Home
last modified time | relevance | path

Searched refs:variable_size (Results 1 – 21 of 21) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/lto/
H A Dlto-tree.h36 struct GTY((variable_size)) lang_type
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-lang.h27 struct GTY((variable_size)) lang_type {
H A Dtree-ssa-operands.h57 struct GTY((chain_next("%h.next"), variable_size)) ssa_operand_memory_d {
H A Dstor-layout.c81 variable_size (tree size) in variable_size() function
693 DECL_SIZE (decl) = variable_size (DECL_SIZE (decl)); in layout_decl()
696 DECL_SIZE_UNIT (decl) = variable_size (DECL_SIZE_UNIT (decl)); in layout_decl()
1694 TYPE_SIZE (type) = variable_size (TYPE_SIZE (type)); in finalize_type_size()
1697 TYPE_SIZE_UNIT (type) = variable_size (TYPE_SIZE_UNIT (type)); in finalize_type_size()
H A Dgengtype.c4260 bool variable_size, const char *type_specifier, in write_typed_alloc_def() argument
4264 bool two_args = variable_size && (quantity == vector); in write_typed_alloc_def()
4266 && (variable_size || (quantity == vector))); in write_typed_alloc_def()
4270 (variable_size ? "SIZE" : ""), in write_typed_alloc_def()
4278 if (variable_size) in write_typed_alloc_def()
H A Dcalls.c4342 int variable_size ATTRIBUTE_UNUSED, int reg_parm_stack_space) in store_one_arg()
4362 if (argblock && ! variable_size && arg->stack) in store_one_arg()
4673 && argblock && ! variable_size && arg->stack) in store_one_arg()
H A Drtl.h257 chain_prev ("RTX_PREV (&%h)"), variable_size)) rtx_def {
384 struct GTY((variable_size)) rtvec_def {
H A Dtree.h3688 desc ("tree_node_structure (&%h)"), variable_size)) tree_node {
4995 extern tree variable_size (tree);
H A Dgimple.h816 union GTY ((desc ("gimple_statement_structure (&%h)"), variable_size)) gimple_statement_d {
/dragonfly/contrib/gcc-8.0/gcc/
H A Dstor-layout.h115 extern tree variable_size (tree);
H A Dtree-ssanames.h50 struct GTY ((variable_size)) range_info_def {
H A Dstor-layout.c66 variable_size (tree size) in variable_size() function
753 DECL_SIZE (decl) = variable_size (DECL_SIZE (decl)); in layout_decl()
756 DECL_SIZE_UNIT (decl) = variable_size (DECL_SIZE_UNIT (decl)); in layout_decl()
1614 DECL_FIELD_OFFSET (field) = variable_size (DECL_FIELD_OFFSET (field)); in place_field()
1922 TYPE_SIZE (type) = variable_size (TYPE_SIZE (type)); in finalize_type_size()
1925 TYPE_SIZE_UNIT (type) = variable_size (TYPE_SIZE_UNIT (type)); in finalize_type_size()
H A Dtree-core.h1872 desc ("tree_node_structure (&%h)"), variable_size)) tree_node {
H A Dcalls.c5661 int variable_size ATTRIBUTE_UNUSED, int reg_parm_stack_space) in store_one_arg()
5681 if (argblock && ! variable_size && arg->stack) in store_one_arg()
6006 && argblock && ! variable_size && arg->stack) in store_one_arg()
H A Drtl.h276 struct GTY((variable_size)) hwivec_def {
286 struct GTY((variable_size)) const_poly_int_def {
H A Dgimple.h221 chain_next ("%h.next"), variable_size))
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgty.texi354 @findex variable_size
355 @item variable_size
360 each allocation. The @code{variable_size} is used to mark such types.
368 struct GTY((variable_size)) sorted_fields_type @{
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h444 struct GTY((variable_size)) sorted_fields_type {
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h1424 struct GTY((variable_size)) lang_type {
1997 struct GTY((variable_size)) lang_decl {
H A Ddecl.c8097 itype = variable_size (itype); in compute_array_index_type()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c9753 itype = variable_size (itype); in compute_array_index_type()