Home
last modified time | relevance | path

Searched refs:complete_array_type (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-common.h860 extern int complete_array_type (tree *, tree, bool);
H A Dc-decl.c580 complete_array_type (&TREE_TYPE (decl), NULL_TREE, true); in c_finish_incomplete_decl()
3183 complete_array_type (&type, elt, false); in add_flexible_array_elts_to_size()
3877 = complete_array_type (&TREE_TYPE (decl), DECL_INITIAL (decl), in finish_decl()
4206 int failure = complete_array_type (&TREE_TYPE (decl), in build_compound_literal()
H A Dc-common.c6523 complete_array_type (tree *ptype, tree initial_value, bool do_default) in complete_array_type() function
H A DChangeLog-200511110 * c-common.c (complete_array_type): Update to cope with VEC in
27078 * c-decl.c (c_finish_incomplete_decl): Update complete_array_type call.
27081 (finish_decl): Likewise. Use new return value from complete_array_type
27083 (complete_array_type): Move ...
27084 * c-common.c (complete_array_type): ... here. Change first argument
27089 * c-tree.h (complete_array_type): Move decl ...
27090 * c-common.h (complete_array_type): ... here.
H A DChangeLog-200414868 complete_array_type, grokdeclarator, get_parm_info,
16930 * c-decl.c (complete_array_type, check_bitfield_type_and_width):
19038 * c-decl.c (complete_array_type,
19130 * c-decl.c (complete_array_type, grokdeclarator): Likewise.
21036 * c-decl.c (complete_array_type): Don't gratuitously copy
H A DChangeLog-20009654 * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
27729 (complete_array_type): Don't use size_binop for MAXINDEX.
H A DFSFChangeLog.115314 * c-decl.c (complete_array_type): Likewise.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-20042604 * decl.c (complete_array_type): Likewise.
2669 * decl.c (cxx_init_decl_processing, complete_array_type): Likewise.
2760 * decl.c (complete_array_type): Likewise.
2903 * decl.c (cxx_init_decl_processing, complete_array_type): Likewise.
3004 * decl.c (complete_array_type): Don't gratuitously copy
5182 * decl.c (complete_array_type): Set TYPE_NEEDS_CONSTRUCTING and
H A DChangeLog-1999710 (complete_array_type): Likewise.
4658 * decl.c (complete_array_type): Allocate off same obstack. Fix
6075 * decl.c (complete_array_type): Ignore initial_value if it is an
H A DChangeLog6227 * decl.c (cp_complete_array_type): Rename from complete_array_type.
6228 Use the new complete_array_type in c-common.c. Update all callers.
6417 * decl.c (complete_array_type): In pedantic mode, return
H A DChangeLog-19951341 * decl.c (complete_array_type): Fill in the TYPE_DOMAIN of our
3603 (complete_array_type): Copy code from C frontend.
H A DChangeLog-19944170 * decl.c (complete_array_type): Fix a bug that in -pendantic
4195 * decl.c (complete_array_type): Complete TYPE_DOMAIN of the
H A Ddecl.c6328 failure = complete_array_type (ptype, initial_value, do_default); in cp_complete_array_type()
H A DChangeLog-2002967 * typeck2.c (process_init_constructor): Call complete_array_type.
H A DChangeLog-20002229 (complete_array_type): Handle brace-enclosed string-constants.