GCC Middle and Back End API Reference
args_size Struct Reference

#include <function.h>

Collaboration diagram for args_size:

Data Fields

poly_int64 constant
 
tree var
 

Detailed Description

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.   

Field Documentation

◆ constant

◆ var


The documentation for this struct was generated from the following file: