Home
last modified time | relevance | path

Searched defs:CondExpr (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp673 ExprResult CondExpr = ParseOpenACCConditionalExpr(*this); in ParseOpenACCClauseParams() local
768 ExprResult CondExpr = ParseOpenACCConditionalExpr(*this); in ParseOpenACCClauseParams() local
H A DParseStmt.cpp1339 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition() local
1361 ExprResult CondExpr = Actions.CreateRecoveryExpr( in ParseParenExprOrCondition() local
2216 ExprResult CondExpr = Actions.CreateRecoveryExpr( in ParseForStatement() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp472 Expr *CondExpr = in ActOnCaseExpr() local
898 Expr *CondExpr = Cond.get().second; in ActOnIfStmt() local
1102 Expr *CondExpr = Cond.get().second; in ActOnStartOfSwitchStmt() local
1234 Expr *CondExpr = SS->getCond(); in ActOnFinishSwitchStmt() local
H A DSemaExprCXX.cpp4071 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
H A DSemaType.cpp2597 if (const auto *CondExpr = dyn_cast_if_present<ConditionalOperator>( in BuildArrayType() local
H A DSemaOpenMP.cpp9152 ExprResult CondExpr = in buildPreCond() local
15095 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
15156 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
H A DSemaExpr.cpp9700 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()
16901 Expr *CondExpr, in ActOnChooseExpr()
H A DTreeTransform.h4289 ExprResult CondExpr = getDerived().TransformExpr(Expr); in TransformCondition() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2999 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthMessageExpr() local
3740 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
H A DRewriteModernObjC.cpp4572 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3041 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6971 const MCExpr *CondExpr; in parseDirectiveWhile() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6180 createNodeForSelectViaUMinSeq(ScalarEvolution *SE, const SCEV *CondExpr, in createNodeForSelectViaUMinSeq()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6208 const Expr *CondExpr = IfClause->getCondition(); in getNumThreads() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5515 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local