/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 908 ExprResult CondExpr = ParseOpenACCConditionExpr(); in ParseOpenACCClauseParams() local 1065 ExprResult CondExpr = ParseOpenACCConditionExpr(); in ParseOpenACCClauseParams() local
|
H A D | ParseStmt.cpp | 1351 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition() local 1373 ExprResult CondExpr = Actions.CreateRecoveryExpr( in ParseParenExprOrCondition() local 2233 ExprResult CondExpr = Actions.CreateRecoveryExpr( in ParseForStatement() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 477 Expr *CondExpr = in ActOnCaseExpr() local 921 Expr *CondExpr = Cond.get().second; in ActOnIfStmt() local 1125 Expr *CondExpr = Cond.get().second; in ActOnStartOfSwitchStmt() local 1257 Expr *CondExpr = SS->getCond(); in ActOnFinishSwitchStmt() local
|
H A D | SemaType.cpp | 2144 if (const auto *CondExpr = dyn_cast_if_present<ConditionalOperator>( in BuildArrayType() local 7488 Sema::ActOnEffectExpression(Expr *CondExpr, StringRef AttributeName) { in ActOnEffectExpression() 7530 Expr *CondExpr = nullptr; // only valid if dependent in handleNonBlockingNonAllocatingTypeAttr() local
|
H A D | SemaOpenMP.cpp | 8958 ExprResult CondExpr = in buildPreCond() local 14303 ExprResult CondExpr = in ActOnOpenMPTileDirective() local 14373 ExprResult CondExpr = in ActOnOpenMPTileDirective() local 14983 ExprResult CondExpr = in ActOnOpenMPInterchangeDirective() local
|
H A D | SemaExprCXX.cpp | 4070 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
|
H A D | TreeTransform.h | 4372 ExprResult CondExpr = getDerived().TransformExpr(Expr); in TransformCondition() local 6284 if (Expr *CondExpr = PrevEC.Cond.getCondition()) { in TransformFunctionProtoType() local
|
H A D | SemaExpr.cpp | 8705 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp() 15895 Expr *CondExpr, in ActOnChooseExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 385 if (const Expr *CondExpr = C.getConditionExpr()) { in VisitSelfClause() local
|
H A D | ExprConstant.cpp | 5550 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3053 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 11897 Expr *CondExpr = readSubExpr(); in readOpenACCClause() local 11903 Expr *CondExpr = readBool() ? readSubExpr() : nullptr; in readOpenACCClause() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 4570 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 6972 const MCExpr *CondExpr; in parseDirectiveWhile() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6223 const Expr *CondExpr = IfClause->getCondition(); in getNumThreads() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 6187 createNodeForSelectViaUMinSeq(ScalarEvolution *SE, const SCEV *CondExpr, in createNodeForSelectViaUMinSeq()
|