Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcond.c173 static CondResult CondParser_Or(CondParser *, bool);
843 static CondResult
846 CondResult res; in CondParser_Term()
871 static CondResult
874 CondResult res, rhs; in CondParser_And()
892 static CondResult
895 CondResult res, rhs; in CondParser_Or()
915 static CondResult
921 CondResult rval; in CondEvalExpression()
950 CondResult
[all …]
H A Dmake.h575 typedef enum CondResult { enum
579 } CondResult; typedef
843 CondResult Cond_EvalCondition(const char *) MAKE_ATTR_USE;
844 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
H A Dparse.c2613 CondResult condResult; in ReadHighLevelLine()
H A Dvar.c3491 CondResult cond_rc = CR_TRUE; /* anything other than CR_ERROR */ in ApplyModifier_IfElse()
H A DChangeLog1126 merge duplicate types CondEvalResult and CondResult
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1105 ExprResult CondResult = in CheckSwitchCondition() local
1107 if (CondResult.isInvalid()) in CheckSwitchCondition()
1112 Cond = CondResult.get(); in CheckSwitchCondition()
1746 ExprResult CondResult = CheckBooleanCondition(DoLoc, Cond); in ActOnDoStmt() local
1747 if (CondResult.isInvalid()) in ActOnDoStmt()
1749 Cond = CondResult.get(); in ActOnDoStmt()
1751 CondResult = ActOnFinishFullExpr(Cond, DoLoc, /*DiscardedValue*/ false); in ActOnDoStmt()
1752 if (CondResult.isInvalid()) in ActOnDoStmt()
1754 Cond = CondResult.get(); in ActOnDoStmt()
H A DSemaChecking.cpp9516 bool CondResult; in GetExprRange() local
9517 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C)) in GetExprRange()
9519 CondResult ? CO->getTrueExpr() : CO->getFalseExpr(), in GetExprRange()
H A DSemaExpr.cpp8711 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp() local
8715 if (!CondResult.isUsable()) in ActOnConditionalOp()
8726 CondExpr = CondResult.get(); in ActOnConditionalOp()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2192 Sema::ConditionResult &CondResult,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16735 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE() local
16736 if (CondResult.Kind == IK_NotICE) in CheckICE()
16737 return CondResult; in CheckICE()
16746 if (CondResult.Kind == IK_ICEIfUnevaluated) in CheckICE()
16747 return CondResult; in CheckICE()