/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lambda.c | 552 tree elt = cp_build_array_ref (input_location, initializer, in add_capture()
|
H A D | typeck.c | 3531 cp_build_array_ref (location_t loc, tree array, tree idx, in cp_build_array_ref() function 3553 tree value = cp_build_array_ref (loc, TREE_OPERAND (array, 1), idx, in cp_build_array_ref() 3564 cp_build_array_ref (loc, TREE_OPERAND (array, 1), idx, in cp_build_array_ref() 3566 cp_build_array_ref (loc, TREE_OPERAND (array, 2), idx, in cp_build_array_ref() 3702 return cp_build_array_ref (loc, array, idx, tf_warning_or_error); in build_array_ref()
|
H A D | constexpr.c | 4214 eltinit = cp_build_array_ref (input_location, init, idx, complain); in cxx_eval_vec_init_1() 4235 eltinit = cp_build_array_ref (input_location, init, idx, complain); in cxx_eval_vec_init_1()
|
H A D | tree.c | 3165 obj = cp_build_array_ref (input_location, obj, index, tf_none); in build_ctor_subob_ref()
|
H A D | cp-tree.h | 7585 extern tree cp_build_array_ref (location_t, tree, tree,
|
H A D | call.c | 6557 return cp_build_array_ref (input_location, arg1, arg2, complain); in build_new_op_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lambda.cc | 551 tree elt = cp_build_array_ref (input_location, initializer, in add_capture()
|
H A D | ChangeLog-2012 | 1737 (decay_conversion, cp_default_conversion, cp_build_array_ref, 2124 * typeck.c (cp_build_array_ref): Handle VECTOR_TYPE. 2218 (cp_build_array_ref): Likewise. 2288 (cp_build_indirect_ref, cp_build_array_ref,
|
H A D | typeck.cc | 3782 cp_build_array_ref (location_t loc, tree array, tree idx, in cp_build_array_ref() function 3805 tree value = cp_build_array_ref (loc, TREE_OPERAND (array, 1), idx, in cp_build_array_ref() 3816 cp_build_array_ref (loc, TREE_OPERAND (array, 1), idx, in cp_build_array_ref() 3818 cp_build_array_ref (loc, TREE_OPERAND (array, 2), idx, in cp_build_array_ref() 3963 return cp_build_array_ref (loc, array, idx, tf_warning_or_error); in build_array_ref()
|
H A D | ChangeLog-2015 | 749 (build_simple_component_ref, cp_build_array_ref, build_vec_cmp) 2747 * typeck.c (cp_build_array_ref): Likewise. 2924 * typeck.c (cp_build_array_ref): Allow subscripting non-lvalue 4222 * typeck.c (cp_build_array_ref): Pass loc down to
|
H A D | ChangeLog-2013 | 2317 (cp_build_array_ref): Reject array notations with a rank greater than 1 2572 * typeck.c (rationalize_conditional_expr, cp_build_array_ref, 3298 (cp_build_array_ref): Likewise. 3421 (cp_build_array_ref): Likewise.
|
H A D | ChangeLog-2014 | 347 * typeck.c (cp_build_array_ref): Adjust 1493 cp_build_array_ref, cp_build_function_call_vec): When a 3786 * typeck.c (cp_build_array_ref): Likewise.
|
H A D | constexpr.cc | 4946 eltinit = cp_build_array_ref (input_location, init, idx, complain); in cxx_eval_vec_init_1() 4967 eltinit = cp_build_array_ref (input_location, init, idx, complain); in cxx_eval_vec_init_1()
|
H A D | ChangeLog-2010 | 1328 (cp_build_array_ref, convert_arguments): Use it. 3031 * typeck.c (cp_build_array_ref): Factor out from...
|
H A D | tree.cc | 3378 obj = cp_build_array_ref (input_location, obj, index, tf_none); in build_ctor_subob_ref()
|
H A D | ChangeLog-2017 | 417 * typeck.c (cp_build_array_ref, cp_build_compound_expr, 4672 (cp_build_array_ref): Pass true as array_ref_p to cxx_mark_addressable.
|
H A D | ChangeLog | 146 * typeck.cc (cp_build_array_ref): Handle swapped operands.
|
H A D | ChangeLog-2019 | 733 (cp_build_array_ref): Likewise. 1674 * typeck.c (cp_build_array_ref): For non-ARRAY_TYPE array ref with
|
H A D | cp-tree.h | 7996 extern tree cp_build_array_ref (location_t, tree, tree,
|
H A D | ChangeLog-2016 | 2548 * typeck.c (cp_build_array_ref): Adjust.
|
H A D | call.cc | 6952 return cp_build_array_ref (input_location, arg1, arg2, complain); in build_new_op()
|
H A D | ChangeLog-2018 | 184 (cp_build_array_ref): Call maybe_constant_value on "idx".
|
H A D | ChangeLog-2020 | 3561 * typeck.c (cp_build_array_ref): Call maybe_fold_non_dependent_expr
|