Searched refs:constexpr_ops_count (Results 1 – 3 of 3) sorted by relevance
1047 HOST_WIDE_INT constexpr_ops_count; member1057 : 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()
2249 constexpr_ops_count.2261 (cxx_eval_constant_expression): Change *ctx->constexpr_ops_count2262 to ctx->global->constexpr_ops_count. Change ctx->values->{get,put} to4544 * constexpr.c (struct constexpr_ctx): Add constexpr_ops_count member.4546 or location wrapper, increment *ctx->constexpr_ops_count and if it is4548 (cxx_eval_outermost_constant_expr): Add constexpr_ops_count and4549 initialize ctx.constexpr_ops_count to its address.
1102 HOST_WIDE_INT constexpr_ops_count; member1112 : 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()