Searched refs:grok_array_decl (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | decl2.c | 336 grok_array_decl (tree array_expr, tree index_exp) in grok_array_decl() function
|
H A D | cp-tree.h | 5113 extern tree grok_array_decl (tree, tree);
|
H A D | parser.c | 5881 postfix_expression = grok_array_decl (postfix_expression, index); in cp_parser_postfix_open_square_expression() 7803 expr = grok_array_decl (expr, integer_zero_node); in cp_parser_builtin_offsetof()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | decl2.c | 390 grok_array_decl (location_t loc, tree array_expr, tree index_exp, in grok_array_decl() function
|
H A D | cp-tree.h | 6356 extern tree grok_array_decl (location_t, tree, tree, bool);
|
H A D | semantics.c | 4850 ret = grok_array_decl (OMP_CLAUSE_LOCATION (c), ret, low_bound, false); in handle_omp_array_sections_1()
|
H A D | parser.c | 7382 postfix_expression = grok_array_decl (loc, postfix_expression, in cp_parser_postfix_open_square_expression() 9866 expr = grok_array_decl (token->location, expr, in cp_parser_builtin_offsetof()
|