Searched refs:grok_array_decl (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl2.c | 412 grok_array_decl (array_expr, index_exp) in grok_array_decl() function 3283 return grok_array_decl (build_expr_from_tree (TREE_OPERAND (t, 0)),
|
| H A D | parse.y | 1662 { $$ = grok_array_decl ($$, $3); }
|
| H A D | cp-tree.h | 3878 extern tree grok_array_decl PARAMS ((tree, tree));
|
| H A D | ChangeLog.1 | 2408 * decl2.c (grok_array_decl): Likewise. 4703 * decl2.c (grok_array_decl): Try computing *(A+B) if neither
|
| H A D | ChangeLog.2 | 9303 * decl2.c (grok_array_decl): Add comment. 15857 grok_array_decl.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl2.c | 286 grok_array_decl (tree array_expr, tree index_exp) in grok_array_decl() function
|
| 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 | cp-tree.h | 3979 extern tree grok_array_decl (tree, tree);
|
| 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-1997 | 2186 grok_array_decl.
|
| H A D | parser.c | 4574 postfix_expression = grok_array_decl (postfix_expression, index); in cp_parser_postfix_open_square_expression()
|
| H A D | ChangeLog-1995 | 2759 * decl2.c (grok_array_decl): Likewise.
|
| H A D | ChangeLog-1994 | 1263 * decl2.c (grok_array_decl): Try computing *(A+B) if neither
|
| H A D | ChangeLog-1998 | 2515 * decl2.c (grok_array_decl): Add comment.
|