Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcond.c166 static CondResult CondParser_Or(CondParser *, bool);
832 static CondResult
835 CondResult res; in CondParser_Term()
860 static CondResult
863 CondResult res, rhs; in CondParser_And()
881 static CondResult
884 CondResult res, rhs; in CondParser_Or()
904 static CondResult
910 CondResult rval; in CondEvalExpression()
939 CondResult
[all …]
H A Dmake.h578 typedef enum CondResult { enum
582 } CondResult; typedef
846 CondResult Cond_EvalCondition(const char *) MAKE_ATTR_USE;
847 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
H A Dparse.c2628 CondResult condResult; in ReadHighLevelLine()
H A Dvar.c3510 CondResult cond_rc = CR_TRUE; /* anything other than CR_ERROR */ in ApplyModifier_IfElse()
H A DChangeLog1431 merge duplicate types CondEvalResult and CondResult
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1166 ExprResult CondResult = in CheckSwitchCondition() local
1168 if (CondResult.isInvalid()) in CheckSwitchCondition()
1173 Cond = CondResult.get(); in CheckSwitchCondition()
1836 ExprResult CondResult = CheckBooleanCondition(DoLoc, Cond); in ActOnDoStmt() local
1837 if (CondResult.isInvalid()) in ActOnDoStmt()
1839 Cond = CondResult.get(); in ActOnDoStmt()
1841 CondResult = ActOnFinishFullExpr(Cond, DoLoc, /*DiscardedValue*/ false); in ActOnDoStmt()
1842 if (CondResult.isInvalid()) in ActOnDoStmt()
1844 Cond = CondResult.get(); in ActOnDoStmt()
H A DSemaChecking.cpp10692 bool CondResult; in TryGetExprRange() local
10693 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C)) in TryGetExprRange()
10695 C, CondResult ? CO->getTrueExpr() : CO->getFalseExpr(), MaxWidth, in TryGetExprRange()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7377 Sema::ConditionResult &CondResult,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp17657 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE() local
17658 if (CondResult.Kind == IK_NotICE) in CheckICE()
17659 return CondResult; in CheckICE()
17668 if (CondResult.Kind == IK_ICEIfUnevaluated) in CheckICE()
17669 return CondResult; in CheckICE()