Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h1074 extern int complete_array_type (tree *, tree, bool);
H A Dc-common.c6449 complete_array_type (tree *ptype, tree initial_value, bool do_default) in complete_array_type() function
6605 complete_array_type (&TREE_TYPE (elt), elt, false); in complete_flexible_array_elts()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h1104 extern int complete_array_type (tree *, tree, bool);
H A DChangeLog3609 (complete_array_type): Likewise for initial_value.
5619 * c-common.c (complete_array_type): Use type_hash_canon.
5637 * c-common.c (complete_array_type): Only hash TYPE_TYPELESS_STORAGE
5653 * c-common.c (complete_array_type): Preserve TYPE_TYPELESS_STORAGE.
10094 (complete_array_type): Update comment to refer to tree_to_[su]hwi
10745 * c-common.c (complete_array_type): Delay folding first index
11885 * c-common.c (complete_array_type): Use ssize_int (-1) instead
12230 * c-common.c (complete_array_type): Build a range type of
H A Dc-common.cc6834 complete_array_type (tree *ptype, tree initial_value, bool do_default) in complete_array_type() function
6990 complete_array_type (&TREE_TYPE (elt), elt, false); in complete_flexible_array_elts()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c831 complete_array_type (&TREE_TYPE (decl), NULL_TREE, true); in c_finish_incomplete_decl()
4912 complete_array_type (&type, elt, false); in add_flexible_array_elts_to_size()
5280 = complete_array_type (&TREE_TYPE (decl), DECL_INITIAL (decl), in finish_decl()
5685 int failure = complete_array_type (&TREE_TYPE (decl), in build_compound_literal()
/netbsd-src/external/gpl3/gcc/dist/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-20052643 * decl.c (cp_complete_array_type): Rename from complete_array_type.
2644 Use the new complete_array_type in c-common.c. Update all callers.
2833 * decl.c (complete_array_type): In pedantic mode, return
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 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 DChangeLog-2002967 * typeck2.c (process_init_constructor): Call complete_array_type.
H A Ddecl.cc9798 failure = complete_array_type (ptype, initial_value, do_default); in cp_complete_array_type()
H A DChangeLog-20002229 (complete_array_type): Handle brace-enclosed string-constants.
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc840 complete_array_type (&TREE_TYPE (decl), NULL_TREE, true); in c_finish_incomplete_decl()
5004 complete_array_type (&type, elt, false); in add_flexible_array_elts_to_size()
5391 = complete_array_type (&TREE_TYPE (decl), DECL_INITIAL (decl), in finish_decl()
6003 int failure = complete_array_type (&TREE_TYPE (decl), in build_compound_literal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c9170 failure = complete_array_type (ptype, initial_value, do_default); in cp_complete_array_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200511109 * c-common.c (complete_array_type): Update to cope with VEC in
27077 * c-decl.c (c_finish_incomplete_decl): Update complete_array_type call.
27080 (finish_decl): Likewise. Use new return value from complete_array_type
27082 (complete_array_type): Move ...
27083 * c-common.c (complete_array_type): ... here. Change first argument
27088 * c-tree.h (complete_array_type): Move decl ...
27089 * 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-20072383 (complete_array_type): Set canonical type appropriately.
5224 * c-common.c (complete_array_type): Diagnose too-large arrays and
34027 (complete_array_type): We need to work with the canonical main
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.
H A DChangeLog-20094677 (complete_array_type): Preserve named address space.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.115314 * c-decl.c (complete_array_type): Likewise.