GCC Middle and Back End API Reference
|
#include <expr.h>
Data Fields | |
enum tree_code | code |
location_t | location |
tree | type |
tree | op0 |
tree | op1 |
tree | op2 |
This structure is used to pass around information about exploded unary, binary and trinary expressions between expand_expr_real_1 and friends.
enum tree_code separate_ops::code |
location_t separate_ops::location |
tree separate_ops::op0 |
Referenced by convert_debug_memory_address(), and expand_debug_parm_decl().
tree separate_ops::op1 |
tree separate_ops::op2 |
Referenced by ceil_sdiv_adjust().
tree separate_ops::type |