Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dstor-layout.c117 variable_size (tree size) in variable_size() function
449 DECL_SIZE (decl) = variable_size (DECL_SIZE (decl)); in layout_decl()
452 DECL_SIZE_UNIT (decl) = variable_size (DECL_SIZE_UNIT (decl)); in layout_decl()
1438 TYPE_SIZE (type) = variable_size (TYPE_SIZE (type)); in finalize_type_size()
1441 TYPE_SIZE_UNIT (type) = variable_size (TYPE_SIZE_UNIT (type)); in finalize_type_size()
H A Dcalls.c4041 int variable_size ATTRIBUTE_UNUSED, int reg_parm_stack_space) in store_one_arg()
4061 if (argblock && ! variable_size && arg->stack) in store_one_arg()
4358 && argblock && ! variable_size && arg->stack) in store_one_arg()
H A Dtree.h4161 extern tree variable_size (tree);
H A Dc-decl.c4825 size = variable_size (size); in grokdeclarator()
H A DChangeLog-2004649 * stor-layout.c (variable_size): Revert 2004-12-19 change.
868 * stor-layout.c (variable_size): Force creation of a SAVE_EXPR.
26458 around variable_size.
26482 * stor-layout.c (variable_size): Don't set it.
26970 (variable_size): Don't look at it.
33830 (variable_size): We don't care about global_bindings_p if
36086 * stor-layout.c (variable_size): Don't check for MINUS_EXPR.
38284 * stor-layout.c (variable_size): Likewise.
H A DChangeLog-19992663 * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
6473 * stor-layout.c (variable_size): Don't add sizes to the pending
18865 * calls.c (store_one_arg): Mark "variable_size" as possibly unused.
H A DFSFChangeLog.106624 * stor-layout.c (variable_size): Do nothing if SIZE is constant.
H A DChangeLog-20003375 * stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.
27763 (variable_size): Use size_one_node.
H A DChangeLog-200321818 * stor-layout.c (variable_size): Likewise.
31422 * stor-layout.c (variable_size): Leave a "minus 1" outside the
H A DChangeLog.tree-ssa14374 * stor-layout.c (variable_size): We don't care about
H A DChangeLog-200129630 (variable_size): Call put_pending_size.
H A DChangeLog-200227904 (variable_size): Use global_bindings_p langhook.
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c7195 itype = variable_size (itype); in compute_array_index_type()
H A DChangeLog-19952797 * decl.c (grokdeclarator): Don't call variable_size for array bounds