HomeSort by: relevance | last modified time | path
    Searched defs:evaluated (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 671 bool evaluated = false; local
676 evaluated = EvalCallChecker(Call, C);
678 assert(!(evaluated && anyEvaluated)
680 if (evaluated) {
689 // If none of the checkers evaluated the call, ask ExprEngine to handle it.
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 1062 NULL means the call is being evaluated.
1106 /* Cleanups that need to be evaluated at the end of CLEANUP_POINT_EXPR. */
1209 /* A table of all constexpr calls that have been evaluated by the
1381 will later be manifestly const_eval evaluated), otherwise fold it to
1806 the evaluated result or, under the control of CTX, give an error, set
2712 At this point it has already been evaluated in the call
2839 /* Track the callee's evaluated SAVE_EXPRs and TARGET_EXPRs so that
2868 /* If we've just evaluated a subobject constructor call for an
3481 will later be manifestly const_eval evaluated), otherwise fold it to
3506 evaluated as constants and then folding computes the result fro
5638 bool evaluated = false; local
    [all...]

Completed in 17 milliseconds