Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-tree.h201 extern int complete_array_type PARAMS ((tree, tree, int));
Dc-decl.c342 complete_array_type (type, NULL_TREE, 1);
3022 = complete_array_type (type, DECL_INITIAL (decl), do_default);
3299 int failure = complete_array_type (type, DECL_INITIAL (decl), 1);
3339 complete_array_type (type, initial_value, do_default) in complete_array_type() function
DChangeLog.49648 * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
DFSFChangeLog.115314 * c-decl.c (complete_array_type): Likewise.
DChangeLog.312463 (complete_array_type): Don't use size_binop for MAXINDEX.
/openbsd/src/gnu/gcc/gcc/
Dc-common.h849 extern int complete_array_type (tree *, tree, bool);
Dc-decl.c570 complete_array_type (&TREE_TYPE (decl), NULL_TREE, true); in c_finish_incomplete_decl()
3135 complete_array_type (&type, elt, false); in add_flexible_array_elts_to_size()
3401 = complete_array_type (&TREE_TYPE (decl), DECL_INITIAL (decl), in finish_decl()
3732 int failure = complete_array_type (&TREE_TYPE (decl), in build_compound_literal()
Dc-common.c6153 complete_array_type (tree *ptype, tree initial_value, bool do_default) in complete_array_type() function
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck2.c1033 complete_array_type (type, result, /*do_default=*/0);
Ddecl2.c3122 int failure = complete_array_type (type, expr, 1);
Dcp-tree.h3807 extern int complete_array_type PARAMS ((tree, tree, int));
Ddecl.c8032 int failure = complete_array_type (type, initializer, do_default);
9488 complete_array_type (type, initial_value, do_default) in complete_array_type() function
DChangeLog.1990 * decl.c (complete_array_type): Fill in the TYPE_DOMAIN of our
3252 (complete_array_type): Copy code from C frontend.
7610 * decl.c (complete_array_type): Fix a bug that in -pendantic
7635 * decl.c (complete_array_type): Complete TYPE_DOMAIN of the
DChangeLog.2710 (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
DChangeLog2378 * typeck2.c (process_init_constructor): Call complete_array_type.
12101 (complete_array_type): Handle brace-enclosed string-constants.
/openbsd/src/gnu/gcc/gcc/cp/
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
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
DChangeLog6158 * decl.c (cp_complete_array_type): Rename from complete_array_type.
6159 Use the new complete_array_type in c-common.c. Update all callers.
6348 * decl.c (complete_array_type): In pedantic mode, return
DChangeLog-19951341 * decl.c (complete_array_type): Fill in the TYPE_DOMAIN of our
3603 (complete_array_type): Copy code from C frontend.
DChangeLog-19944170 * decl.c (complete_array_type): Fix a bug that in -pendantic
4195 * decl.c (complete_array_type): Complete TYPE_DOMAIN of the
Ddecl.c5884 failure = complete_array_type (ptype, initial_value, do_default); in cp_complete_array_type()
DChangeLog-2002967 * typeck2.c (process_init_constructor): Call complete_array_type.
DChangeLog-20002229 (complete_array_type): Handle brace-enclosed string-constants.