| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 1029 ExprResult CondExpr = ParseOpenACCConditionExpr(); in ParseOpenACCClauseParams() local 1187 ExprResult CondExpr = ParseOpenACCConditionExpr(); in ParseOpenACCClauseParams() local
|
| H A D | ParseStmt.cpp | 1258 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition() local 1280 ExprResult CondExpr = Actions.CreateRecoveryExpr( in ParseParenExprOrCondition() local 2113 ExprResult CondExpr = Actions.CreateRecoveryExpr( in ParseForStatement() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 508 Expr *CondExpr = in ActOnCaseExpr() local 973 Expr *CondExpr = Cond.get().second; in ActOnIfStmt() local 1186 Expr *CondExpr = Cond.get().second; in ActOnStartOfSwitchStmt() local 1328 Expr *CondExpr = SS->getCond(); in ActOnFinishSwitchStmt() local
|
| H A D | SemaType.cpp | 2169 if (const auto *CondExpr = dyn_cast_if_present<ConditionalOperator>( in BuildArrayType() local 7584 Sema::ActOnEffectExpression(Expr *CondExpr, StringRef AttributeName) { in ActOnEffectExpression() 7626 Expr *CondExpr = nullptr; // only valid if dependent in handleNonBlockingNonAllocatingTypeAttr() local
|
| H A D | SemaOpenMP.cpp | 8996 ExprResult CondExpr = in buildPreCond() local 14492 ExprResult CondExpr = in ActOnOpenMPTileDirective() local 14553 ExprResult CondExpr = SemaRef.BuildBinOp( in ActOnOpenMPTileDirective() local 14752 ExprResult CondExpr = SemaRef.BuildBinOp( in ActOnOpenMPStripeDirective() local 14815 ExprResult CondExpr = SemaRef.BuildBinOp( in ActOnOpenMPStripeDirective() local 15469 ExprResult CondExpr = in ActOnOpenMPInterchangeDirective() local
|
| H A D | SemaExprCXX.cpp | 4413 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
|
| H A D | SemaExpr.cpp | 8875 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp() 16261 Expr *CondExpr, in ActOnChooseExpr()
|
| H A D | TreeTransform.h | 4582 ExprResult CondExpr = getDerived().TransformExpr(Expr); in TransformCondition() local 6511 if (Expr *CondExpr = PrevEC.Cond.getCondition()) { in TransformFunctionProtoType() local
|
| H A D | SemaTemplate.cpp | 3171 OpaqueValueExpr CondExpr(SourceLocation(), S.Context.BoolTy, in builtinCommonTypeImpl() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 658 if (const Expr *CondExpr = C.getConditionExpr()) { in VisitSelfClause() local
|
| H A D | ExprConstant.cpp | 5826 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2997 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthMessageExpr() local 3732 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
|
| H A D | RewriteModernObjC.cpp | 4554 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3157 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 5509 const MCExpr *CondExpr; in parseDirectiveWhile() local
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 12683 Expr *CondExpr = readSubExpr(); in readOpenACCClause() local 12691 Expr *CondExpr = readBool() ? readSubExpr() : nullptr; in readOpenACCClause() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6469 const Expr *CondExpr = IfClause->getCondition(); in getNumThreads() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 6199 createNodeForSelectViaUMinSeq(ScalarEvolution *SE, const SCEV *CondExpr, in createNodeForSelectViaUMinSeq()
|