Searched defs:CondExpr (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 673 ExprResult CondExpr = ParseOpenACCConditionalExpr(*this); in ParseOpenACCClauseParams() local 768 ExprResult CondExpr = ParseOpenACCConditionalExpr(*this); in ParseOpenACCClauseParams() local
|
| H A D | ParseStmt.cpp | 1339 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 D | SemaStmt.cpp | 472 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 D | SemaExprCXX.cpp | 4071 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
|
| H A D | SemaType.cpp | 2597 if (const auto *CondExpr = dyn_cast_if_present<ConditionalOperator>( in BuildArrayType() local
|
| H A D | SemaOpenMP.cpp | 9152 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 D | SemaExpr.cpp | 9700 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp() 16901 Expr *CondExpr, in ActOnChooseExpr()
|
| H A D | TreeTransform.h | 4289 ExprResult CondExpr = getDerived().TransformExpr(Expr); in TransformCondition() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2999 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthMessageExpr() local 3740 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
|
| H A D | RewriteModernObjC.cpp | 4572 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3041 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 6971 const MCExpr *CondExpr; in parseDirectiveWhile() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 6180 createNodeForSelectViaUMinSeq(ScalarEvolution *SE, const SCEV *CondExpr, in createNodeForSelectViaUMinSeq()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6208 const Expr *CondExpr = IfClause->getCondition(); in getNumThreads() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 5515 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local
|