HomeSort by: relevance | last modified time | path
    Searched refs:manifestly_const_eval (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 1070 bool manifestly_const_eval; variable
1147 bool manifestly_const_eval; member in struct:constexpr_ctx
1236 if (lhs->manifestly_const_eval != rhs->manifestly_const_eval)
1370 && !ctx->manifestly_const_eval
1379 ctx->manifestly_const_eval (as sometimes we try to constant evaluate
1380 without manifestly_const_eval even expressions or parts thereof which
1386 if (!ctx->manifestly_const_eval)
1484 force_folding_builtin_constant_p |= ctx->manifestly_const_eval;
2389 = { NULL, NULL, NULL, 0, ctx->manifestly_const_eval };
    [all...]
decl2.cc 1563 bool manifestly_const_eval
1572 manifestly_const_eval);
1561 bool manifestly_const_eval local
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 1126 /* The value of constexpr_ctx::manifestly_const_eval. */
1127 enum mce_value manifestly_const_eval; variable in typeref:enum:mce_value
1286 mce_value manifestly_const_eval; member in struct:constexpr_ctx
1295 if (ctx->manifestly_const_eval != mce_true)
1422 if (lhs->manifestly_const_eval != rhs->manifestly_const_eval)
1553 && ctx->manifestly_const_eval != mce_true
1562 ctx->manifestly_const_eval (as sometimes we try to constant evaluate
1563 without manifestly_const_eval even expressions or parts thereof which
1569 if (ctx->manifestly_const_eval == mce_unknown
    [all...]
cp-gimplify.cc 507 cp_fold_immediate (tree *tp, mce_value manifestly_const_eval,
516 if (manifestly_const_eval == mce_false)
2872 cp_fully_fold (tree x, mce_value manifestly_const_eval)
2880 x = maybe_constant_value (x, /*decl=*/NULL_TREE, manifestly_const_eval);
2891 if (manifestly_const_eval == mce_false)
3449 mce_value manifestly_const_eval = mce_unknown;
3453 manifestly_const_eval = mce_false;
3455 manifestly_const_eval);
3448 mce_value manifestly_const_eval = mce_unknown; local
decl2.cc 1637 bool manifestly_const_eval
1646 manifestly_const_eval);
1635 bool manifestly_const_eval local

Completed in 28 milliseconds