Searched refs:CondResult (Results 1 – 10 of 10) sorted by relevance
878 static CondResult881 CondResult res; in CondParser_Term()914 static CondResult935 static CondResult953 static CondResult956 CondResult res; in CondParser_Eval()972 static CondResult978 CondResult rval; in CondEvalExpression()1002 CondResult1080 CondResult[all …]
552 typedef enum CondResult { enum556 } CondResult; typedef818 CondResult Cond_EvalCondition(const char *) MAKE_ATTR_USE;819 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
2678 CondResult condResult; in ReadHighLevelLine()
3473 CondResult cond_rc = CR_TRUE; /* just not CR_ERROR */ in ApplyModifier_IfElse()
507 merge duplicate types CondEvalResult and CondResult
1082 ExprResult CondResult = in CheckSwitchCondition() local1084 if (CondResult.isInvalid()) in CheckSwitchCondition()1089 Cond = CondResult.get(); in CheckSwitchCondition()1723 ExprResult CondResult = CheckBooleanCondition(DoLoc, Cond); in ActOnDoStmt() local1724 if (CondResult.isInvalid()) in ActOnDoStmt()1726 Cond = CondResult.get(); in ActOnDoStmt()1728 CondResult = ActOnFinishFullExpr(Cond, DoLoc, /*DiscardedValue*/ false); in ActOnDoStmt()1729 if (CondResult.isInvalid()) in ActOnDoStmt()1731 Cond = CondResult.get(); in ActOnDoStmt()
14289 bool CondResult; in GetExprRange() local14290 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C)) in GetExprRange()14292 CondResult ? CO->getTrueExpr() : CO->getFalseExpr(), in GetExprRange()
9706 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp() local9710 if (!CondResult.isUsable()) in ActOnConditionalOp()9721 CondExpr = CondResult.get(); in ActOnConditionalOp()
2134 Sema::ConditionResult &CondResult,
16315 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE() local16316 if (CondResult.Kind == IK_NotICE) in CheckICE()16317 return CondResult; in CheckICE()16326 if (CondResult.Kind == IK_ICEIfUnevaluated) in CheckICE()16327 return CondResult; in CheckICE()