Home
last modified time | relevance | path

Searched refs:constexpr_ops_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c1047 HOST_WIDE_INT constexpr_ops_count; member
1057 : constexpr_ops_count (0), cleanups (NULL), heap_dealloc_count (0) {} in constexpr_global_ctx()
5793 if (++ctx->global->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
5800 ctx->global->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20192249 constexpr_ops_count.
2261 (cxx_eval_constant_expression): Change *ctx->constexpr_ops_count
2262 to ctx->global->constexpr_ops_count. Change ctx->values->{get,put} to
4544 * constexpr.c (struct constexpr_ctx): Add constexpr_ops_count member.
4546 or location wrapper, increment *ctx->constexpr_ops_count and if it is
4548 (cxx_eval_outermost_constant_expr): Add constexpr_ops_count and
4549 initialize ctx.constexpr_ops_count to its address.
H A Dconstexpr.cc1102 HOST_WIDE_INT constexpr_ops_count; member
1112 : constexpr_ops_count (0), cleanups (NULL), heap_dealloc_count (0) {} in constexpr_global_ctx()
6609 if (++ctx->global->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
6616 ctx->global->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()