| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-tree.h | 268 extern tree build_array_ref PARAMS ((tree, tree));
|
| H A D | c-parse.in | 732 { $$ = build_array_ref ($1, $3); }
|
| H A D | c-typeck.c | 1239 build_array_ref (array, index) in build_array_ref() function
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-tree.h | 543 extern tree build_array_ref (tree, tree);
|
| H A D | c-parser.c | 5247 offsetof_ref = build_array_ref (offsetof_ref, idx); in c_parser_postfix_expression() 5528 expr.value = build_array_ref (expr.value, idx); in c_parser_postfix_expression_after_primary()
|
| H A D | c-typeck.c | 1927 build_array_ref (tree array, tree index) in build_array_ref() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck.c | 2390 build_array_ref (array, idx) in build_array_ref() function 2409 tree value = build_array_ref (TREE_OPERAND (array, 1), idx); 2417 build_array_ref (TREE_OPERAND (array, 1), idx), 2418 build_array_ref (TREE_OPERAND (array, 2), idx));
|
| H A D | class.c | 448 i = fold (build_array_ref (first_fn, idx)); 451 i2 = fold (build_array_ref (vtable, build_int_2 (0,0))); 499 aref = build_array_ref (vtbl, idx);
|
| H A D | decl2.c | 475 return build_array_ref (array_expr, index_exp);
|
| H A D | cp-tree.h | 4413 extern tree build_array_ref PARAMS ((tree, tree));
|
| H A D | call.c | 3859 return build_array_ref (arg1, arg2);
|
| H A D | ChangeLog | 4791 * typeck.c (decay_conversion, build_array_ref, build_unary_op, 8383 * typeck.c (build_array_ref): Push the array reference inside 12394 * typeck.c (build_array_ref): Likewise. 15114 build_array_ref, convert_arguments, pointer_diff, 15851 * typeck.c (build_array_ref): Use build_binary_op instead of 16631 comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 2388 build_array_ref (tree array, tree idx) in build_array_ref() function 2406 tree value = build_array_ref (TREE_OPERAND (array, 1), idx); in build_array_ref() 2414 build_array_ref (TREE_OPERAND (array, 1), idx), in build_array_ref() 2415 build_array_ref (TREE_OPERAND (array, 2), idx)); in build_array_ref()
|
| H A D | ChangeLog.tree-ssa | 279 * typeck.c (build_array_ref): Also build ARRAY_REFs from
|
| H A D | decl2.c | 355 expr = build_array_ref (array_expr, index_exp); in grok_array_decl()
|
| H A D | ChangeLog-2004 | 1673 (build_array_ref): Likewise. 2885 lookup_destructor, build_ptrmemfunc_access_expr, build_array_ref, 4641 (build_array_ref): Add new operands for ARRAY_REF. 5672 (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
|
| H A D | ChangeLog-2000 | 2522 * typeck.c (build_array_ref): Likewise. 5242 build_array_ref, convert_arguments, pointer_diff, 5979 * typeck.c (build_array_ref): Use build_binary_op instead of 6759 comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
|
| H A D | cp-tree.h | 4459 extern tree build_array_ref (tree, tree);
|
| H A D | call.c | 3956 return build_array_ref (arg1, arg2); in build_new_op()
|
| H A D | class.c | 607 aref = build_array_ref (vtbl, idx); in build_vtbl_ref_1()
|
| H A D | ChangeLog | 3047 (build_array_ref, cxx_mark_addressable): Likewise. 3791 * typeck.c (build_array_ref): Avoid code duplicate. Use common
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 2633 build_array_ref (UOBJC_SELECTOR_TABLE_decl, in build_typed_selector_reference() 2651 : build_array_ref (UOBJC_SELECTOR_TABLE_decl, in build_selector_reference() 2664 : build_array_ref (UOBJC_SELECTOR_TABLE_decl, in build_selector_reference() 3047 return build_array_ref (objc_substitute_decl (TREE_OPERAND (expr, 0), in objc_substitute_decl()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 2159 build_array_ref (UOBJC_SELECTOR_TABLE_decl, 2178 : build_array_ref (UOBJC_SELECTOR_TABLE_decl, 2191 : build_array_ref (UOBJC_SELECTOR_TABLE_decl,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 416 static tree build_array_ref PARAMS ((int, tree, tree)); 5504 { yyval.node = build_array_ref (yyvsp[-2].operator.location, yyvsp[-3].node, yyvsp[-1].node); } in yyparse() 5509 { yyval.node = build_array_ref (yyvsp[-2].operator.location, yyvsp[-3].node, yyvsp[-1].node); } in yyparse() 18102 build_array_ref (location, array, index) in build_array_ref() function
|
| H A D | parse.y | 176 static tree build_array_ref PARAMS ((int, tree, tree)); 2281 { $$ = build_array_ref ($2.location, $1, $3); } 2283 { $$ = build_array_ref ($2.location, $1, $3); } 14537 build_array_ref (location, array, index) in build_array_ref() function
|