GCC Middle and Back End API Reference
args_size Struct Reference

#include <expr.h>

Data Fields

HOST_WIDE_INT 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

tree args_size::var

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