Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dcond.c894 static CondResult
897 CondResult res; in CondParser_Term()
930 static CondResult
951 static CondResult
969 static CondResult
972 CondResult res; in CondParser_Eval()
988 static CondResult
994 CondResult rval; in CondEvalExpression()
1018 CondResult
1096 CondResult
[all …]
H A Dmake.h541 typedef enum CondResult { enum
545 } CondResult; typedef
800 CondResult Cond_EvalCondition(const char *) MAKE_ATTR_USE;
801 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE;
H A Dvar.c3383 CondResult cond_rc = CR_TRUE; /* just not CR_ERROR */ in ApplyModifier_IfElse()
H A DChangeLog123 merge duplicate types CondEvalResult and CondResult
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1037 ExprResult CondResult = in CheckSwitchCondition() local
1039 if (CondResult.isInvalid()) in CheckSwitchCondition()
1044 Cond = CondResult.get(); in CheckSwitchCondition()
1674 ExprResult CondResult = CheckBooleanCondition(DoLoc, Cond); in ActOnDoStmt() local
1675 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()
H A DSemaChecking.cpp11186 bool CondResult; in GetExprRange() local
11187 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C)) in GetExprRange()
11189 CondResult ? CO->getTrueExpr() : CO->getFalseExpr(), in GetExprRange()
H A DSemaExpr.cpp8783 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp() local
8787 if (!CondResult.isUsable()) in ActOnConditionalOp()
8798 CondExpr = CondResult.get(); in ActOnConditionalOp()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2077 Sema::ConditionResult &CondResult,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15457 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE() local
15458 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()