GCC Middle and Back End API Reference
|
#include <expr.h>
Data Fields | |
HOST_WIDE_INT | constant |
tree | var |
Structure to record the size of a sequence of arguments as the sum of a tree-expression and a constant. This structure is also used to store offsets from the stack, which might be negative, so the variable part must be ssizetype, not sizetype.
HOST_WIDE_INT args_size::constant |
Referenced by emit_library_call_value_1(), initialize_argument_information(), and split_complex_types().
tree args_size::var |