Searched refs:CondResult (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp391 ExprResult CondResult(CondVal.release());
396 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
397 if (CondResult.isInvalid())
400 Expr *ConditionExpr = CondResult.takeAs<Expr>();
521 ExprResult CondResult; local
526 CondResult = CheckConditionVariable(ConditionVar, SourceLocation(), false);
527 if (CondResult.isInvalid())
530 Cond = CondResult.release();
584 CondResult
587 if (CondResult
1149 ExprResult CondResult = CheckBooleanCondition(Cond, DoLoc); local
[all...]
H A DSemaChecking.cpp4006 bool CondResult; local
4007 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C))
4008 return GetExprRange(C, CondResult ? CO->getTrueExpr()
/external/clang/lib/AST/
H A DExprConstant.cpp6746 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx);
6747 if (CondResult.Val == 2)
6748 return CondResult;
6757 if (CondResult.Val == 1)
6758 return CondResult;
6762 // Note that if we get here, CondResult is 0, and at least one of

Completed in 1586 milliseconds