Class to traverse the whole function. More...
Public Member Functions | |
| cfunc_parentee_t (cfunc_t *f, bool post=false) | |
| bool | calc_rvalue_type (const cexpr_t *e, typestring &target) |
| Calculate rvalue type. | |
Public Attributes | |
| cfunc_t * | func |
| Pointer to current function. | |
Class to traverse the whole function.
Definition at line 1444 of file hexrays.hpp.
| bool cfunc_parentee_t::calc_rvalue_type | ( | const cexpr_t * | e, | |
| typestring & | target | |||
| ) |
Calculate rvalue type.
This function tries to determine the type of the specified item based on its context. For example, if the current expression is the right side of an assignment operator, the type of its left side will be returned. This function can be used to determine the 'best' type of the specified expression.
| [in] | e | expression to determine the desired type |
| [out] | target | 'best' type of the expression will be returned here |
Definition at line 4306 of file hexrays.hpp.
References hexdsp.