Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp1029 ExprResult CondExpr = ParseOpenACCConditionExpr(); in ParseOpenACCClauseParams() local
1187 ExprResult CondExpr = ParseOpenACCConditionExpr(); in ParseOpenACCClauseParams() local
H A DParseStmt.cpp1258 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 DSemaStmt.cpp508 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 DSemaType.cpp2169 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 DSemaOpenMP.cpp8996 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 DSemaExprCXX.cpp4413 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
H A DSemaExpr.cpp8875 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()
16261 Expr *CondExpr, in ActOnChooseExpr()
H A DTreeTransform.h4582 ExprResult CondExpr = getDerived().TransformExpr(Expr); in TransformCondition() local
6511 if (Expr *CondExpr = PrevEC.Cond.getCondition()) { in TransformFunctionProtoType() local
H A DSemaTemplate.cpp3171 OpaqueValueExpr CondExpr(SourceLocation(), S.Context.BoolTy, in builtinCommonTypeImpl() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp658 if (const Expr *CondExpr = C.getConditionExpr()) { in VisitSelfClause() local
H A DExprConstant.cpp5826 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2997 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthMessageExpr() local
3732 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
H A DRewriteModernObjC.cpp4554 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3157 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp5509 const MCExpr *CondExpr; in parseDirectiveWhile() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12683 Expr *CondExpr = readSubExpr(); in readOpenACCClause() local
12691 Expr *CondExpr = readBool() ? readSubExpr() : nullptr; in readOpenACCClause() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6469 const Expr *CondExpr = IfClause->getCondition(); in getNumThreads() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6199 createNodeForSelectViaUMinSeq(ScalarEvolution *SE, const SCEV *CondExpr, in createNodeForSelectViaUMinSeq()