/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1074 extern int complete_array_type (tree *, tree, bool);
|
H A D | c-common.c | 6449 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 D | c-common.h | 1104 extern int complete_array_type (tree *, tree, bool);
|
H A D | ChangeLog | 3609 (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 D | c-common.cc | 6834 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 D | c-decl.c | 831 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 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-2005 | 2643 * 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 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-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 | ChangeLog-2002 | 967 * typeck2.c (process_init_constructor): Call complete_array_type.
|
H A D | decl.cc | 9798 failure = complete_array_type (ptype, initial_value, do_default); in cp_complete_array_type()
|
H A D | ChangeLog-2000 | 2229 (complete_array_type): Handle brace-enclosed string-constants.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 840 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 D | decl.c | 9170 failure = complete_array_type (ptype, initial_value, do_default); in cp_complete_array_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 11109 * 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 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-2007 | 2383 (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 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.
|
H A D | ChangeLog-2009 | 4677 (complete_array_type): Preserve named address space.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.11 | 5314 * c-decl.c (complete_array_type): Likewise.
|