Searched refs:complete_array_type (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-common.h | 860 extern int complete_array_type (tree *, tree, bool);
|
| H A D | c-decl.c | 580 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 D | c-common.c | 6523 complete_array_type (tree *ptype, tree initial_value, bool do_default) in complete_array_type() function
|
| H A D | ChangeLog-2005 | 11110 * 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 D | ChangeLog-2004 | 14868 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 D | ChangeLog-2000 | 9654 * 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 D | FSFChangeLog.11 | 5314 * c-decl.c (complete_array_type): Likewise.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-2004 | 2604 * 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 D | ChangeLog-1999 | 710 (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 D | ChangeLog | 6227 * 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 D | ChangeLog-1995 | 1341 * decl.c (complete_array_type): Fill in the TYPE_DOMAIN of our 3603 (complete_array_type): Copy code from C frontend.
|
| H A D | ChangeLog-1994 | 4170 * decl.c (complete_array_type): Fix a bug that in -pendantic 4195 * decl.c (complete_array_type): Complete TYPE_DOMAIN of the
|
| H A D | decl.c | 6328 failure = complete_array_type (ptype, initial_value, do_default); in cp_complete_array_type()
|
| H A D | ChangeLog-2002 | 967 * typeck2.c (process_init_constructor): Call complete_array_type.
|
| H A D | ChangeLog-2000 | 2229 (complete_array_type): Handle brace-enclosed string-constants.
|