Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1289 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition() local
1311 ExprResult CondExpr = Actions.CreateRecoveryExpr( in ParseParenExprOrCondition() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp471 Expr *CondExpr = in ActOnCaseExpr() local
891 Expr *CondExpr = Cond.get().second; in ActOnIfStmt() local
1094 Expr *CondExpr = Cond.get().second; in ActOnStartOfSwitchStmt() local
1226 Expr *CondExpr = SS->getCond(); in ActOnFinishSwitchStmt() local
H A DSemaOpenMP.cpp8988 ExprResult CondExpr = in buildPreCond() local
14797 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
14858 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
H A DSemaExprCXX.cpp4028 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
H A DSemaExpr.cpp9360 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()
16392 Expr *CondExpr, in ActOnChooseExpr()
H A DTreeTransform.h4201 ExprResult CondExpr = getDerived().TransformExpr(Expr); in TransformCondition() local
/openbsd/gnu/llvm/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.cpp4573 ConditionalOperator *CondExpr = new (Context) ConditionalOperator( in SynthesizeBlockCall() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3022 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp7003 const MCExpr *CondExpr; in parseDirectiveWhile() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp6219 createNodeForSelectViaUMinSeq(ScalarEvolution *SE, const SCEV *CondExpr, in createNodeForSelectViaUMinSeq()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp5435 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local