Searched refs:cp_build_array_ref (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c552 tree elt = cp_build_array_ref (input_location, initializer,
H A Dtypeck.c3536 cp_build_array_ref (location_t loc, tree array, tree idx,
3558 tree value = cp_build_array_ref (loc, TREE_OPERAND (array, 1), idx,
3569 cp_build_array_ref (loc, TREE_OPERAND (array, 1), idx,
3571 cp_build_array_ref (loc, TREE_OPERAND (array, 2), idx,
3707 return cp_build_array_ref (loc, array, idx, tf_warning_or_error);
3531 cp_build_array_ref (location_t loc, tree array, tree idx, function
H A Dconstexpr.c4214 eltinit = cp_build_array_ref (input_location, init, idx, complain);
4235 eltinit = cp_build_array_ref (input_location, init, idx, complain);
H A Dtree.c3171 obj = cp_build_array_ref (input_location, obj, index, tf_none);
H A Dcp-tree.h7595 extern tree cp_build_array_ref (location_t, tree, tree,
H A Dcall.c6557 return cp_build_array_ref (input_location, arg1, arg2, complain);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc551 tree elt = cp_build_array_ref (input_location, initializer,
H A Dtypeck.cc3787 cp_build_array_ref (location_t loc, tree array, tree idx,
3810 tree value = cp_build_array_ref (loc, TREE_OPERAND (array, 1), idx,
3821 cp_build_array_ref (loc, TREE_OPERAND (array, 1), idx,
3823 cp_build_array_ref (loc, TREE_OPERAND (array, 2), idx,
3968 return cp_build_array_ref (loc, array, idx, tf_warning_or_error);
3782 cp_build_array_ref (location_t loc, tree array, tree idx, function
H A Dconstexpr.cc4946 eltinit = cp_build_array_ref (input_location, init, idx, complain);
4967 eltinit = cp_build_array_ref (input_location, init, idx, complain);
H A Dtree.cc3384 obj = cp_build_array_ref (input_location, obj, index, tf_none);
H A Dcp-tree.h8007 extern tree cp_build_array_ref (location_t, tree, tree,
H A Dcall.cc6952 return cp_build_array_ref (input_location, arg1, arg2, complain);

Completed in 680 milliseconds