Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A Dcond.c173 static CondResult CondParser_Or(CondParser *, bool);
843 static CondResult
846 CondResult res;
871 static CondResult
874 CondResult res, rhs;
892 static CondResult
895 CondResult res, rhs;
915 static CondResult
921 CondResult rval; in CondEvalExpression()
950 CondResult
[all...]
H A Dmake.h552 typedef enum CondResult {
556 } CondResult;
820 CondResult Cond_EvalCondition(const char *) MAKE_ATTR_USE; in str_basename()
821 CondResult Cond_EvalLine(const char *) MAKE_ATTR_USE; in str_basename()
543 typedef enum CondResult { global() enum
547 } CondResult; global() typedef
H A Dparse.c2608 CondResult condResult; in ReadHighLevelLine()
H A Dvar.c3471 CondResult cond_rc = CR_TRUE; /* anything other than CR_ERROR */ in ApplyModifier_IfElse()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1037 ExprResult CondResult = in CheckSwitchCondition() local
1039 if (CondResult.isInvalid()) in CheckSwitchCondition()
1044 Cond = CondResult.get(); in CheckSwitchCondition()
1673 ExprResult CondResult = CheckBooleanCondition(DoLoc, Cond); in ActOnDoStmt() local
1674 if (CondResult.isInvalid()) in ActOnDoStmt()
1676 Cond = CondResult.get(); in ActOnDoStmt()
1678 CondResult = ActOnFinishFullExpr(Cond, DoLoc, /*DiscardedValue*/ false); in ActOnDoStmt()
1679 if (CondResult.isInvalid()) in ActOnDoStmt()
1681 Cond = CondResult.get(); in ActOnDoStmt()
H A DSemaChecking.cpp10913 bool CondResult; in GetExprRange() local
10914 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C)) in GetExprRange()
10916 CondResult ? CO->getTrueExpr() : CO->getFalseExpr(), in GetExprRange()
H A DSemaExpr.cpp8719 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp() local
8723 if (!CondResult.isUsable()) in ActOnConditionalOp()
8734 CondExpr = CondResult.get(); in ActOnConditionalOp()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2075 Sema::ConditionResult &CondResult,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp15420 ICEDiag CondResult = CheckICE(Exp->getCond(), Ctx); in CheckICE() local
15421 if (CondResult.Kind == IK_NotICE) in CheckICE()
15422 return CondResult; in CheckICE()
15431 if (CondResult.Kind == IK_ICEIfUnevaluated) in CheckICE()
15432 return CondResult; in CheckICE()