Searched refs:variable_size (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dstor-layout.c118 variable_size (tree size)
452 DECL_SIZE (decl) = variable_size (DECL_SIZE (decl));
455 DECL_SIZE_UNIT (decl) = variable_size (DECL_SIZE_UNIT (decl));
1442 TYPE_SIZE (type) = variable_size (TYPE_SIZE (type));
1445 TYPE_SIZE_UNIT (type) = variable_size (TYPE_SIZE_UNIT (type));
117 variable_size (tree size) function
H A Dcalls.c4045 int variable_size ATTRIBUTE_UNUSED, int reg_parm_stack_space)
4065 if (argblock && ! variable_size && arg->stack)
4347 && argblock && ! variable_size && arg->stack)
H A Dtree.h4098 /* variable_size (EXP) is like save_expr (EXP) except that it
4104 extern tree variable_size (tree);
H A Dc-decl.c4382 size = variable_size (size);
/freebsd-10.0-release/contrib/gcc/cp/
H A Ddecl.c6749 itype = variable_size (itype);

Completed in 160 milliseconds