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 assign_parm_find_entry_rtl(), assign_parm_is_stack_parm(), assign_parms(), check_sibcall_argument_overlap(), combine_pending_stack_adjustment_and_call(), compute_argument_addresses(), compute_argument_block_size(), emit_library_call_value_1(), expand_call(), finalize_must_preallocate(), initialize_argument_information(), locate_and_pad_parm(), pad_below(), pad_to_arg_alignment(), and store_one_arg().
tree args_size::var |