Proxy of C++ cexpr_t class.
bool
|
|
bool
|
|
bool
|
|
cexpr_t
|
__init__(self)
__init__(self, cop, _x) -> cexpr_t __init__(self, cop, _x, _y)
-> cexpr_t __init__(self, cop, _x, _y, _z) -> cexpr_t
__init__(self, r) -> cexpr_t |
|
|
bool
|
|
bool
|
|
bool
|
|
|
|
cexpr_t
|
|
|
calc_type(self,
recursive) |
|
|
|
|
int
|
|
bool
|
contains_comma(self,
times=1) |
|
|
bool
|
contains_comma_or_insn_or_label(self,
maxcommas=1) |
|
|
bool
|
contains_insn(self,
times=1) |
|
|
bool
|
contains_insn_or_label(self) |
|
|
bool
|
contains_operator(self,
needed_op,
times=1) |
|
|
bool
|
|
bool
|
|
cexpr_t
|
find_num_op(self)
find_num_op(self) -> cexpr_t |
|
|
cexpr_t
|
find_op(self,
_op)
find_op(self, _op) -> cexpr_t |
|
|
bool
|
get_1num_op(self,
o1,
o2) |
|
|
bool
|
|
bit_bound_t
|
get_high_nbit_bound(self) |
|
|
int
|
|
cexpr_t
|
|
type_sign_t
|
|
var_ref_t
|
|
bool
|
|
bool
|
is_call_arg_of(self,
parent) |
|
|
bool
|
is_call_object_of(self,
parent) |
|
|
bool
|
is_child_of(self,
parent) |
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
is_non_negative_const(self) |
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
|
uint64
|
|
|
|
|
put_number(self,
func,
value,
nbytes,
sign=no_sign) |
|
|
bool
|
requires_lvalue(self,
child) |
|
|
|
|
|
|
|
|
|
|
cexpr_t
|
theother(self,
what)
theother(self, what) -> cexpr_t |
|
|
Inherited from citem_t :
__repr__ ,
contains_expr ,
contains_label ,
find_closest_addr ,
find_parent_of ,
is_expr ,
replace_by
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|