Home
last modified time | relevance | path

Searched refs:cxx_fold_indirect_ref (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4458 cxx_fold_indirect_ref (const constexpr_ctx *ctx, location_t loc, tree type, in cxx_fold_indirect_ref() function
4517 = cxx_fold_indirect_ref (ctx, loc, TREE_TYPE (subtype), sub, NULL); in cxx_fold_indirect_ref()
4552 tree r = cxx_fold_indirect_ref (ctx, EXPR_LOCATION (t), TREE_TYPE (t), in cxx_eval_indirect_ref()
4572 r = cxx_fold_indirect_ref (ctx, EXPR_LOCATION (t), TREE_TYPE (t), op0, in cxx_eval_indirect_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc5217 cxx_fold_indirect_ref (const constexpr_ctx *ctx, location_t loc, tree type, in cxx_fold_indirect_ref() function
5304 = cxx_fold_indirect_ref (ctx, loc, TREE_TYPE (subtype), sub, NULL); in cxx_fold_indirect_ref()
5339 tree r = cxx_fold_indirect_ref (ctx, EXPR_LOCATION (t), TREE_TYPE (t), in cxx_eval_indirect_ref()
5359 r = cxx_fold_indirect_ref (ctx, EXPR_LOCATION (t), TREE_TYPE (t), op0, in cxx_eval_indirect_ref()
H A DChangeLog-20182351 (cxx_fold_indirect_ref): Use it.
2740 * constexpr.c (cxx_eval_binary_expression, cxx_fold_indirect_ref,
4882 * constexpr.c (cxx_fold_indirect_ref): Sync some changes from
5037 * constexpr.c (cxx_fold_indirect_ref): Compute ((foo *)&fooarray)[1]
5418 (cxx_fold_indirect_ref): Handle polynomial TYPE_VECTOR_SUBPARTS.
H A DChangeLog-2013163 * semantics.c (cxx_fold_indirect_ref): Don't create out-of-bounds
2719 * semantics.c (cxx_fold_indirect_ref): Fix thinko.
4036 * semantics.c (cxx_fold_indirect_ref): Handle empty bases at
H A DChangeLog-20153625 * constexpr.c (cxx_fold_indirect_ref): Don't perform the
3687 * constexpr.c (cxx_fold_indirect_ref): Transform *(&A[i] p+ j) into
H A DChangeLog-2020622 (cxx_fold_indirect_ref): Add ctx argument, pass it to recursive calls
624 (cxx_eval_indirect_ref): Adjust cxx_fold_indirect_ref calls.
6461 * constexpr.c (cxx_fold_indirect_ref): Don't strip
H A DChangeLog-20161243 * constexpr.c (cxx_fold_indirect_ref): Don't call byte_position on
4352 * constexpr.c (cxx_fold_indirect_ref): Handle array type differing
H A DChangeLog3027 * constexpr.c (cxx_fold_indirect_ref): Split out object/offset
H A DChangeLog-20122500 * semantics.c (cxx_fold_indirect_ref): Don't attempt to fold
H A DChangeLog-20192318 (cxx_fold_indirect_ref): Use it.
2398 * constexpr.c (cxx_fold_indirect_ref): Use similar_type_p.
H A DChangeLog-2014803 cxx_fold_indirect_ref, cxx_eval_indirect_ref, non_const_var_error,
H A DChangeLog-20112840 * semantics.c (cxx_fold_indirect_ref): Local, more permissive copy
H A DChangeLog-20213237 * constexpr.c (cxx_fold_indirect_ref): Try to canonicalize the
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201829731 Sync some changes from cxx_fold_indirect_ref.