Home
last modified time | relevance | path

Searched refs:cxx_fold_indirect_ref_1 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4338 cxx_fold_indirect_ref_1 (const constexpr_ctx *ctx, location_t loc, tree type, in cxx_fold_indirect_ref_1() function
4398 return cxx_fold_indirect_ref_1 (ctx, loc, type, op, rem, in cxx_fold_indirect_ref_1()
4416 if (tree ret = cxx_fold_indirect_ref_1 (ctx, loc, type, cop, in cxx_fold_indirect_ref_1()
4437 if (tree ret = cxx_fold_indirect_ref_1 (ctx, loc, type, cop, in cxx_fold_indirect_ref_1()
4497 return cxx_fold_indirect_ref_1 (ctx, loc, type, op, 0, empty_base); in cxx_fold_indirect_ref()
4507 return cxx_fold_indirect_ref_1 (ctx, loc, type, TREE_OPERAND (op00, 0), in cxx_fold_indirect_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc5099 cxx_fold_indirect_ref_1 (const constexpr_ctx *ctx, location_t loc, tree type, in cxx_fold_indirect_ref_1() function
5148 return cxx_fold_indirect_ref_1 (ctx, loc, type, op, rem, in cxx_fold_indirect_ref_1()
5166 if (tree ret = cxx_fold_indirect_ref_1 (ctx, loc, type, cop, in cxx_fold_indirect_ref_1()
5187 if (tree ret = cxx_fold_indirect_ref_1 (ctx, loc, type, cop, in cxx_fold_indirect_ref_1()
5279 return cxx_fold_indirect_ref_1 (ctx, loc, type, op, 0, empty_base); in cxx_fold_indirect_ref()
5293 return cxx_fold_indirect_ref_1 (ctx, loc, type, obj, in cxx_fold_indirect_ref()
H A DChangeLog-20213166 * constexpr.c (cxx_fold_indirect_ref_1): Only set *empty_base if we
3240 before calling cxx_fold_indirect_ref_1.
H A DChangeLog3030 to cxx_fold_indirect_ref_1.
H A DChangeLog-2020620 (cxx_fold_indirect_ref_1): Add ctx argument, pass it through to
623 and cxx_fold_indirect_ref_1.
H A DChangeLog-20192317 * constexpr.c (cxx_fold_indirect_ref_1): New function.