dextool v3.1.0 (2021-05-10T21:15:40Z)
Dub
Repo
OperandsRange
llvm_hiwrap
value
user
Undocumented in source.
struct
OperandsRange {
import
llvm
;
;
import
llvm_hiwrap
.
value
.
use
;
;
this
(UserValue v);
size_t
length
();
Operand
opIndex
(size_t index);
mixintemplate
IndexedRangeX
(T)
via
import
llvm_hiwrap
.
util
:
IndexedRangeX
;
;
mixin
IndexedRangeX
!
Operand
;
}
Constructors
this
this
(UserValue 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
Operand
opIndex
(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
IndexedRangeX
!
Operand
Undocumented in source.
Meta
Source
See Implementation
llvm_hiwrap
value
user
structs
Operand
OperandsRange
UserValue