|
"int" | find_input_lvar (self, "vdloc_t" argloc, "int" _size) |
| find_input_lvar(self, argloc, _size) -> int Find an input variable at the specified location.
|
|
"int" | find_input_reg (self, "int" reg, "int" _size=1) |
| find_input_reg(self, reg, _size=1) -> int Find an input register variable.
|
|
"int" | find_stkvar (self, "sval_t" spoff, "int" width) |
| find_stkvar(self, spoff, width) -> int Find a stack variable at the specified location.
|
|
"lvar_t *" | find (self, "lvar_locator_t" ll) |
| find(self, ll) -> lvar_t Find a variable at the specified location.
|
|
"int" | find_lvar (self, "vdloc_t" location, "int" width, "int" defblk=-1) |
| find_lvar(self, location, width, defblk=-1) -> int Find a variable at the specified location.
|
|
| __init__ (self) |
| init(self) -> lvars_t
|
|
"lvar_t &" | push_back (self, *args) |
| push_back(self, x)
|
|
"void" | pop_back (self) |
| pop_back(self)
|
|
"size_t" | size (self) |
| size(self) -> size_t
|
|
"bool" | empty (self) |
| empty(self) -> bool
|
|
"lvar_t const &" | at (self, "size_t" _idx) |
| at(self, _idx) -> lvar_t
|
|
"void" | qclear (self) |
| qclear(self)
|
|
"void" | clear (self) |
| clear(self)
|
|
"void" | resize (self, *args) |
| resize(self, _newsize, x)
|
|
"void" | grow (self, *args) |
| grow(self, x=lvar_t())
|
|
"size_t" | capacity (self) |
| capacity(self) -> size_t
|
|
"void" | reserve (self, "size_t" cnt) |
| reserve(self, cnt)
|
|
"void" | truncate (self) |
| truncate(self)
|
|
"void" | swap (self, "qvector_lvar_t" r) |
| swap(self, r)
|
|
"lvar_t *" | extract (self) |
| extract(self) -> lvar_t
|
|
"void" | inject (self, "lvar_t" s, "size_t" len) |
| inject(self, s, len)
|
|
"bool" | __eq__ (self, "qvector_lvar_t" r) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, "qvector_lvar_t" r) |
| ne(self, r) -> bool
|
|
"qvector< lvar_t >::const_iterator" | begin (self, *args) |
| begin(self) -> lvar_t
|
|
"qvector< lvar_t >::const_iterator" | end (self, *args) |
| end(self) -> lvar_t
|
|
"qvector< lvar_t >::iterator" | insert (self, "lvar_t" it, "lvar_t" x) |
| insert(self, it, x) -> lvar_t
|
|
"qvector< lvar_t >::iterator" | erase (self, *args) |
| erase(self, it) -> lvar_t
|
|
"bool" | has (self, "lvar_t" x) |
| has(self, x) -> bool
|
|
"bool" | add_unique (self, "lvar_t" x) |
| add_unique(self, x) -> bool
|
|
"size_t" | __len__ (self) |
| len(self) -> size_t
|
|
"lvar_t const &" | __getitem__ (self, "size_t" i) |
| getitem(self, i) -> lvar_t
|
|
"void" | __setitem__ (self, "size_t" i, "lvar_t" v) |
| setitem(self, i, v)
|
|
"void" | append (self, "lvar_t" x) |
| append(self, x)
|
|
"void" | extend (self, "qvector_lvar_t" x) |
| extend(self, x)
|
|