Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dcond.c878 static CondResult
881 CondResult res; in CondParser_Term()
914 static CondResult
935 static CondResult
953 static CondResult
956 CondResult res; in CondParser_Eval()
972 static CondResult
978 CondResult rval; in CondEvalExpression()
1002 CondResult
1080 CondResult
[all …]
H A Dmake.h552 typedef enum CondResult { enum
556 } CondResult; typedef
818 CondResult Cond_EvalCondition(const char *) MAKE_ATTR_USE;
819 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
H A Dparse.c2678 CondResult condResult; in ReadHighLevelLine()
H A Dvar.c3473 CondResult cond_rc = CR_TRUE; /* just not CR_ERROR */ in ApplyModifier_IfElse()
H A DChangeLog507 merge duplicate types CondEvalResult and CondResult
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1082 ExprResult CondResult = in CheckSwitchCondition() local
1084 if (CondResult.isInvalid()) in CheckSwitchCondition()
1089 Cond = CondResult.get(); in CheckSwitchCondition()
1723 ExprResult CondResult = CheckBooleanCondition(DoLoc, Cond); in ActOnDoStmt() local
1724 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()
H A DSemaChecking.cpp14289 bool CondResult; in GetExprRange() local
14290 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C)) in GetExprRange()
14292 CondResult ? CO->getTrueExpr() : CO->getFalseExpr(), in GetExprRange()
H A DSemaExpr.cpp9706 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp() local
9710 if (!CondResult.isUsable()) in ActOnConditionalOp()
9721 CondExpr = CondResult.get(); in ActOnConditionalOp()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2134 Sema::ConditionResult &CondResult,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16315 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE() local
16316 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()