Searched refs:CondResult (Results 1 – 9 of 9) sorted by relevance
894 static CondResult897 CondResult res; in CondParser_Term()930 static CondResult951 static CondResult969 static CondResult972 CondResult res; in CondParser_Eval()988 static CondResult994 CondResult rval; in CondEvalExpression()1018 CondResult1096 CondResult[all …]
541 typedef enum CondResult { enum545 } CondResult; typedef800 CondResult Cond_EvalCondition(const char *) MAKE_ATTR_USE;801 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
3383 CondResult cond_rc = CR_TRUE; /* just not CR_ERROR */ in ApplyModifier_IfElse()
123 merge duplicate types CondEvalResult and CondResult
1037 ExprResult CondResult = in CheckSwitchCondition() local1039 if (CondResult.isInvalid()) in CheckSwitchCondition()1044 Cond = CondResult.get(); in CheckSwitchCondition()1674 ExprResult CondResult = CheckBooleanCondition(DoLoc, Cond); in ActOnDoStmt() local1675 if (CondResult.isInvalid()) in ActOnDoStmt()1677 Cond = CondResult.get(); in ActOnDoStmt()1679 CondResult = ActOnFinishFullExpr(Cond, DoLoc, /*DiscardedValue*/ false); in ActOnDoStmt()1680 if (CondResult.isInvalid()) in ActOnDoStmt()1682 Cond = CondResult.get(); in ActOnDoStmt()
11186 bool CondResult; in GetExprRange() local11187 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C)) in GetExprRange()11189 CondResult ? CO->getTrueExpr() : CO->getFalseExpr(), in GetExprRange()
8783 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp() local8787 if (!CondResult.isUsable()) in ActOnConditionalOp()8798 CondExpr = CondResult.get(); in ActOnConditionalOp()
2077 Sema::ConditionResult &CondResult,
15457 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE() local15458 if (CondResult.Kind == IK_NotICE) in CheckICE()15459 return CondResult; in CheckICE()15468 if (CondResult.Kind == IK_ICEIfUnevaluated) in CheckICE()15469 return CondResult; in CheckICE()