dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
SuccessorsRange
llvm_hiwrap
value
instruction
Undocumented in source.
struct
SuccessorsRange {
import
llvm
;
;
this
(InstructionTerminatorValue v);
size_t
length
();
BasicBlock
opIndex
(size_t index);
import
llvm_hiwrap
.
util
;
;
mixin
IndexedRangeX
!
BasicBlock
;
}
Constructors
this
this
(InstructionTerminatorValue v)
Undocumented in source.
Members
Functions
length
size_t
length
()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
BasicBlock
opIndex
(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
IndexedRangeX
!
BasicBlock
Undocumented in source.
Meta
Source
See Implementation
llvm_hiwrap
value
instruction
structs
InstructionAllocaValue
InstructionCallValue
InstructionElementPtrValue
InstructionTerminatorValue
InstructionValue
SuccessorsRange