Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp673 ExprResult CondExpr = ParseOpenACCConditionalExpr(*this); ParseOpenACCClauseParams() local
768 ExprResult CondExpr = ParseOpenACCConditionalExpr(*this); ParseOpenACCClauseParams() local
H A DParseStmt.cpp1339 ExprResult CondExpr = ParseExpression(); ParseParenExprOrCondition() local
1361 ExprResult CondExpr = Actions.CreateRecoveryExpr( ParseParenExprOrCondition() local
2216 ExprResult CondExpr = Actions.CreateRecoveryExpr( ParseForStatement() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp472 Expr *CondExpr = ActOnCaseExpr() local
898 Expr *CondExpr = Cond.get().second; ActOnIfStmt() local
1102 Expr *CondExpr = Cond.get().second; ActOnStartOfSwitchStmt() local
1234 Expr *CondExpr = SS->getCond(); ActOnFinishSwitchStmt() local
[all...]
H A DSemaExprCXX.cpp4071 CheckCXXBooleanCondition(Expr * CondExpr,bool IsConstexpr) CheckCXXBooleanCondition() argument
H A DSemaType.cpp2597 if (const auto *CondExpr = dyn_cast_if_present<ConditionalOperator>( BuildArrayType() local
[all...]
H A DSemaOpenMP.cpp9152 ExprResult CondExpr = buildPreCond() local
15095 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), ActOnOpenMPTileDirective() local
15156 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), ActOnOpenMPTileDirective() local
[all...]
H A DSemaExpr.cpp9700 ActOnConditionalOp(SourceLocation QuestionLoc,SourceLocation ColonLoc,Expr * CondExpr,Expr * LHSExpr,Expr * RHSExpr) ActOnConditionalOp() argument
16901 ActOnChooseExpr(SourceLocation BuiltinLoc,Expr * CondExpr,Expr * LHSExpr,Expr * RHSExpr,SourceLocation RPLoc) ActOnChooseExpr() argument
[all...]
H A DTreeTransform.h4289 ExprResult CondExpr = getDerived().TransformExpr(Expr); TransformCondition() local
/freebsd-src/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( SynthesizeBlockCall() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3041 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); processSwitch() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6971 const MCExpr *CondExpr; parseDirectiveWhile() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6208 const Expr *CondExpr = IfClause->getCondition(); getNumThreads() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6180 createNodeForSelectViaUMinSeq(ScalarEvolution * SE,const SCEV * CondExpr,const SCEV * TrueExpr,const SCEV * FalseExpr) createNodeForSelectViaUMinSeq() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5515 FullExpressionRAII CondExpr(Info); EvaluateStmt() local