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 D | constexpr.c | 4458 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 D | constexpr.cc | 5217 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 D | ChangeLog-2018 | 2351 (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 D | ChangeLog-2013 | 163 * 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 D | ChangeLog-2015 | 3625 * 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 D | ChangeLog-2020 | 622 (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 D | ChangeLog-2016 | 1243 * 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 D | ChangeLog | 3027 * constexpr.c (cxx_fold_indirect_ref): Split out object/offset
|
H A D | ChangeLog-2012 | 2500 * semantics.c (cxx_fold_indirect_ref): Don't attempt to fold
|
H A D | ChangeLog-2019 | 2318 (cxx_fold_indirect_ref): Use it. 2398 * constexpr.c (cxx_fold_indirect_ref): Use similar_type_p.
|
H A D | ChangeLog-2014 | 803 cxx_fold_indirect_ref, cxx_eval_indirect_ref, non_const_var_error,
|
H A D | ChangeLog-2011 | 2840 * semantics.c (cxx_fold_indirect_ref): Local, more permissive copy
|
H A D | ChangeLog-2021 | 3237 * constexpr.c (cxx_fold_indirect_ref): Try to canonicalize the
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2018 | 29731 Sync some changes from cxx_fold_indirect_ref.
|