/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 673 ExprResult CondExpr = ParseOpenACCConditionalExpr(*this); ParseOpenACCClauseParams() local 768 ExprResult CondExpr = ParseOpenACCConditionalExpr(*this); ParseOpenACCClauseParams() local
|
H A D | ParseStmt.cpp | 1339 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 D | SemaStmt.cpp | 472 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 D | SemaExprCXX.cpp | 4071 CheckCXXBooleanCondition(Expr * CondExpr,bool IsConstexpr) CheckCXXBooleanCondition() argument
|
H A D | SemaType.cpp | 2597 if (const auto *CondExpr = dyn_cast_if_present<ConditionalOperator>( BuildArrayType() local [all...] |
H A D | SemaOpenMP.cpp | 9152 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 D | SemaExpr.cpp | 9700 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 D | TreeTransform.h | 4289 ExprResult CondExpr = getDerived().TransformExpr(Expr); TransformCondition() local
|
/freebsd-src/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( SynthesizeBlockCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3041 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); processSwitch() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 6971 const MCExpr *CondExpr; parseDirectiveWhile() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6208 const Expr *CondExpr = IfClause->getCondition(); getNumThreads() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 6180 createNodeForSelectViaUMinSeq(ScalarEvolution * SE,const SCEV * CondExpr,const SCEV * TrueExpr,const SCEV * FalseExpr) createNodeForSelectViaUMinSeq() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 5515 FullExpressionRAII CondExpr(Info); EvaluateStmt() local
|