Searched defs:CondExpr (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/ |
| H A D | IdDependentBackwardBranchCheck.cpp | 66 const auto CondExpr = in registerMatchers() local 228 const auto *CondExpr = Result.Nodes.getNodeAs<Expr>("cond_expr"); in check() local
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1260 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition() local 1282 ExprResult CondExpr = Actions.CreateRecoveryExpr( in ParseParenExprOrCondition() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 471 Expr *CondExpr = in ActOnCaseExpr() local 891 Expr *CondExpr = Cond.get().second; in ActOnIfStmt() local 1094 Expr *CondExpr = Cond.get().second; in ActOnStartOfSwitchStmt() local 1226 Expr *CondExpr = SS->getCond(); in ActOnFinishSwitchStmt() local
|
| H A D | SemaExprCXX.cpp | 3958 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
|
| H A D | SemaOpenMP.cpp | 8905 ExprResult CondExpr = SemaRef.BuildBinOp( in buildPreCond() local 14657 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local 14718 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
|
| H A D | SemaExpr.cpp | 9114 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp() 16124 Expr *CondExpr, in ActOnChooseExpr()
|
| H A D | TreeTransform.h | 4109 ExprResult CondExpr = getDerived().TransformExpr(Expr); in TransformCondition() local
|
| /llvm-project-15.0.7/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 | 4573 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 2699 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 6985 const MCExpr *CondExpr; in parseDirectiveWhile() local
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 6073 createNodeForSelectViaUMinSeq(ScalarEvolution *SE, const SCEV *CondExpr, in createNodeForSelectViaUMinSeq()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 5429 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local
|