Home
last modified time | relevance | path

Searched refs:CondResult (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp657 ExprResult CondResult = in CheckSwitchCondition() local
659 if (CondResult.isInvalid()) in CheckSwitchCondition()
663 return UsualUnaryConversions(CondResult.get()); in CheckSwitchCondition()
1263 ExprResult CondResult = CheckBooleanCondition(DoLoc, Cond); in ActOnDoStmt() local
1264 if (CondResult.isInvalid()) in ActOnDoStmt()
1266 Cond = CondResult.get(); in ActOnDoStmt()
1268 CondResult = ActOnFinishFullExpr(Cond, DoLoc); in ActOnDoStmt()
1269 if (CondResult.isInvalid()) in ActOnDoStmt()
1271 Cond = CondResult.get(); in ActOnDoStmt()
DSemaChecking.cpp7153 bool CondResult; in GetExprRange() local
7154 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C)) in GetExprRange()
7155 return GetExprRange(C, CondResult ? CO->getTrueExpr() in GetExprRange()
DSemaExpr.cpp7015 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp() local
7019 if (!CondResult.isUsable()) in ActOnConditionalOp()
7030 CondExpr = CondResult.get(); in ActOnConditionalOp()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp757 ExprResult CondResult = in CheckSwitchCondition() local
759 if (CondResult.isInvalid()) in CheckSwitchCondition()
764 Cond = CondResult.get(); in CheckSwitchCondition()
1393 ExprResult CondResult = CheckBooleanCondition(DoLoc, Cond); in ActOnDoStmt() local
1394 if (CondResult.isInvalid()) in ActOnDoStmt()
1396 Cond = CondResult.get(); in ActOnDoStmt()
1398 CondResult = ActOnFinishFullExpr(Cond, DoLoc, /*DiscardedValue*/ false); in ActOnDoStmt()
1399 if (CondResult.isInvalid()) in ActOnDoStmt()
1401 Cond = CondResult.get(); in ActOnDoStmt()
DSemaChecking.cpp10656 bool CondResult; in GetExprRange() local
10657 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C)) in GetExprRange()
10659 CondResult ? CO->getTrueExpr() : CO->getFalseExpr(), in GetExprRange()
DSemaExpr.cpp8619 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp() local
8623 if (!CondResult.isUsable()) in ActOnConditionalOp()
8634 CondExpr = CondResult.get(); in ActOnConditionalOp()
/external/clang/lib/AST/
DExprConstant.cpp9684 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE() local
9685 if (CondResult.Kind == IK_NotICE) in CheckICE()
9686 return CondResult; in CheckICE()
9695 if (CondResult.Kind == IK_ICEIfUnevaluated) in CheckICE()
9696 return CondResult; in CheckICE()
/external/clang/include/clang/Parse/
DParser.h1695 Sema::ConditionResult &CondResult,
/external/llvm-project/clang/include/clang/Parse/
DParser.h2089 Sema::ConditionResult &CondResult,
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp15403 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE() local
15404 if (CondResult.Kind == IK_NotICE) in CheckICE()
15405 return CondResult; in CheckICE()
15414 if (CondResult.Kind == IK_ICEIfUnevaluated) in CheckICE()
15415 return CondResult; in CheckICE()