Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DIdDependentBackwardBranchCheck.cpp64 const auto CondExpr = in registerMatchers() local
226 const auto *CondExpr = Result.Nodes.getNodeAs<Expr>("cond_expr"); check() local
[all...]
/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp908 ExprResult CondExpr = ParseOpenACCConditionExpr(); ParseOpenACCClauseParams() local
1065 ExprResult CondExpr = ParseOpenACCConditionExpr(); ParseOpenACCClauseParams() local
H A DParseStmt.cpp1348 ExprResult CondExpr = ParseExpression(); ParseParenExprOrCondition() local
1370 ExprResult CondExpr = Actions.CreateRecoveryExpr( ParseParenExprOrCondition() local
2227 ExprResult CondExpr = Actions.CreateRecoveryExpr( ParseForStatement() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp477 Expr *CondExpr = ActOnCaseExpr() local
921 Expr *CondExpr = Cond.get().second; ActOnIfStmt() local
1125 Expr *CondExpr = Cond.get().second; ActOnStartOfSwitchStmt() local
1257 Expr *CondExpr = SS->getCond(); ActOnFinishSwitchStmt() local
[all...]
H A DSemaType.cpp2144 if (const auto *CondExpr = dyn_cast_if_present<ConditionalOperator>( BuildArrayType() local
7434 ActOnEffectExpression(Expr * CondExpr,StringRef AttributeName) ActOnEffectExpression() argument
7476 Expr *CondExpr = nullptr; // only valid if dependent handleNonBlockingNonAllocatingTypeAttr() local
[all...]
H A DSemaExprCXX.cpp4070 CheckCXXBooleanCondition(Expr * CondExpr,bool IsConstexpr) CheckCXXBooleanCondition() argument
H A DSemaOpenMP.cpp8953 ExprResult CondExpr = buildPreCond() local
14296 ExprResult CondExpr = ActOnOpenMPTileDirective() local
14366 ExprResult CondExpr = ActOnOpenMPTileDirective() local
[all...]
H A DTreeTransform.h4369 ExprResult CondExpr = getDerived().TransformExpr(Expr); TransformCondition() local
6281 if (Expr *CondExpr = PrevEC.Cond.getCondition()) { TransformFunctionProtoType() local
H A DSemaExpr.cpp8670 ActOnConditionalOp(SourceLocation QuestionLoc,SourceLocation ColonLoc,Expr * CondExpr,Expr * LHSExpr,Expr * RHSExpr) ActOnConditionalOp() argument
15852 ActOnChooseExpr(SourceLocation BuiltinLoc,Expr * CondExpr,Expr * LHSExpr,Expr * RHSExpr,SourceLocation RPLoc) ActOnChooseExpr() argument
[all...]
/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp385 if (const Expr *CondExpr = C.getConditionExpr()) { VisitSelfClause() local
H A DExprConstant.cpp5535 FullExpressionRAII CondExpr(Info); EvaluateStmt() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2999 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( SynthMessageExpr() local
3740 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( SynthesizeBlockCall() local
H A DRewriteModernObjC.cpp4570 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( SynthesizeBlockCall() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3048 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); processSwitch() local
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11896 Expr *CondExpr = readSubExpr(); readOpenACCClause() local
11902 Expr *CondExpr = readBool() ? readSubExpr() : nullptr; readOpenACCClause() local
/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6972 const MCExpr *CondExpr; parseDirectiveWhile() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6218 const Expr *CondExpr = IfClause->getCondition(); getNumThreads() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6187 createNodeForSelectViaUMinSeq(ScalarEvolution * SE,const SCEV * CondExpr,const SCEV * TrueExpr,const SCEV * FalseExpr) createNodeForSelectViaUMinSeq() argument