/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2021 | 129 * decl2.c (grok_array_decl): Adjust calls to build_new_op. 474 (grok_array_decl): Remove bool argument, add vec<tree, va_gc> ** 480 clauses in expression list, adjust grok_array_decl caller. 483 (cp_parser_builtin_offsetof): Adjust grok_array_decl caller. 486 * decl2.c (grok_array_decl): Remove decltype_p argument, add 497 pack expressions in it and call grok_array_decl instead of 500 * semantics.c (handle_omp_array_sections_1): Adjust grok_array_decl
|
H A D | ChangeLog-2012 | 1955 * decl2.c (grok_array_decl, build_anon_union_vars): Adjust. 2084 * decl2.c (grok_array_decl): Add location_t parameter. 2125 * decl2.c (grok_array_decl): Likewise.
|
H A D | ChangeLog-2008 | 677 * decl2.c (grok_array_decl): Same. 2397 * decl2.c (grok_array_decl): Fix calls or SFINAE. 2473 * decl2.c (grok_array_decl, check_member_template,
|
H A D | ChangeLog-2003 | 1630 * decl2.c (grok_array_decl): Likewise. 3192 * decl2.c (grok_array_decl): Likewise. 3281 * decl2.c (grok_array_decl): Likewise. 3498 * decl2.c (grok_array_decl): Remove dead code. 6097 * decl2.c (grok_array_decl): Use build_new_op, not build_opfncall.
|
H A D | ChangeLog-2004 | 1569 * decl2.c (grok_array_decl, delete_sanity, check_member_template, 2535 * decl2.c (grok_array_decl, check_member_template, 4624 * decl2.c (grok_array_decl): Add new operands for ARRAY_REF. 5680 * decl2.c (grok_array_decl): Adjust call to build_new_op.
|
H A D | decl2.cc | 371 grok_array_decl (location_t loc, tree array_expr, tree index_exp, in grok_array_decl() function
|
H A D | ChangeLog-2010 | 3035 * decl2.c (grok_array_decl): Adjust. 3048 * decl2.c (grok_array_decl): Pass it.
|
H A D | ChangeLog-2002 | 192 maybe_retrofit_in_chrg, grokclassfn, grok_array_decl, 260 * decl2.c (grok_array_decl): Use boolean constant.
|
H A D | ChangeLog | 551 * decl2.cc (grok_array_decl): After emitting a pedwarn for
|
H A D | ChangeLog-1997 | 2186 grok_array_decl.
|
H A D | ChangeLog-2019 | 1671 * decl2.c (grok_array_decl): For -fstrong-eval-order, when array ref 2841 * decl2.c (grok_array_decl): Use the location of the open square
|
H A D | cp-tree.h | 6919 extern tree grok_array_decl (location_t, tree, tree,
|
H A D | ChangeLog-2009 | 2219 * decl2.c (grok_array_decl): Same.
|
H A D | ChangeLog-2015 | 167 * decl2.c (grok_array_decl): Likewise.
|
H A D | ChangeLog-2013 | 2990 * decl2.c (grok_array_decl): Add decltype_p parm.
|
H A D | semantics.cc | 5506 ret = grok_array_decl (OMP_CLAUSE_LOCATION (c), ret, low_bound, NULL, in handle_omp_array_sections_1()
|
H A D | ChangeLog-1995 | 2759 * decl2.c (grok_array_decl): Likewise.
|
H A D | pt.cc | 20529 r = grok_array_decl (EXPR_LOCATION (t), op1, in tsubst_copy_and_build() 20533 r = grok_array_decl (EXPR_LOCATION (t), op1, in tsubst_copy_and_build()
|
H A D | ChangeLog-2018 | 2957 * decl2.c (grok_array_decl, cp_reconstruct_complex_type,
|
H A D | ChangeLog-2017 | 1390 * decl2.c (grok_array_decl): Call mark_rvalue_use and
|
H A D | ChangeLog-1994 | 1263 * decl2.c (grok_array_decl): Try computing *(A+B) if neither
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 371 grok_array_decl (location_t loc, tree array_expr, tree index_exp, in grok_array_decl() function
|
H A D | cp-tree.h | 6646 extern tree grok_array_decl (location_t, tree, tree, bool);
|
H A D | semantics.c | 5107 ret = grok_array_decl (OMP_CLAUSE_LOCATION (c), ret, low_bound, false); in handle_omp_array_sections_1()
|
H A D | parser.c | 7612 postfix_expression = grok_array_decl (loc, postfix_expression, in cp_parser_postfix_open_square_expression() 10266 expr = grok_array_decl (token->location, expr, in cp_parser_builtin_offsetof()
|