Home
last modified time | relevance | path

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

/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A DChangeLog348 * constexpr.c (struct constexpr_ctx): Add constexpr_ops_count member.
350 or location wrapper, increment *ctx->constexpr_ops_count and if it is
352 (cxx_eval_outermost_constant_expr): Add constexpr_ops_count and
353 initialize ctx.constexpr_ops_count to its address.
H A Dconstexpr.c1038 HOST_WIDE_INT *constexpr_ops_count; member
4421 && ++*ctx->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
4428 *ctx->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A DChangeLog1631 * constexpr.c (struct constexpr_ctx): Add constexpr_ops_count member.
1633 or location wrapper, increment *ctx->constexpr_ops_count and if it is
1635 (cxx_eval_outermost_constant_expr): Add constexpr_ops_count and
1636 initialize ctx.constexpr_ops_count to its address.
H A Dconstexpr.c1041 HOST_WIDE_INT *constexpr_ops_count; member
4485 && ++*ctx->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
4492 *ctx->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A DChangeLog1631 * constexpr.c (struct constexpr_ctx): Add constexpr_ops_count member.
1633 or location wrapper, increment *ctx->constexpr_ops_count and if it is
1635 (cxx_eval_outermost_constant_expr): Add constexpr_ops_count and
1636 initialize ctx.constexpr_ops_count to its address.
H A Dconstexpr.c1041 HOST_WIDE_INT *constexpr_ops_count; member
4485 && ++*ctx->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
4492 *ctx->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dconstexpr.c1046 HOST_WIDE_INT constexpr_ops_count; member
1056 : constexpr_ops_count (0), cleanups (NULL), heap_dealloc_count (0) {} in constexpr_global_ctx()
5514 if (++ctx->global->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
5521 ctx->global->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
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.
/dports/lang/gcc10-devel/gcc-10-20211008/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()
5694 if (++ctx->global->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
5701 ctx->global->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
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.
/dports/lang/gcc10/gcc-10.3.0/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()
5638 if (++ctx->global->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
5645 ctx->global->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
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.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dconstexpr.c1101 HOST_WIDE_INT constexpr_ops_count; member
1111 : constexpr_ops_count (0), cleanups (NULL), heap_dealloc_count (0) {} in constexpr_global_ctx()
6407 if (++ctx->global->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
6414 ctx->global->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
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.
/dports/lang/gcc11-devel/gcc-11-20211009/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()
6116 if (++ctx->global->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
6123 ctx->global->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
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.
/dports/lang/gcc11/gcc-11.2.0/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()
6094 if (++ctx->global->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
6101 ctx->global->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
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.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/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()
6094 if (++ctx->global->constexpr_ops_count >= constexpr_ops_limit) in cxx_eval_constant_expression()
6101 ctx->global->constexpr_ops_count = INTTYPE_MINIMUM (HOST_WIDE_INT); in cxx_eval_constant_expression()
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.