Home
last modified time | relevance | path

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

12

/external/javassist/src/main/javassist/compiler/ast/
DCondExpr.java24 public class CondExpr extends ASTList { class
28 public CondExpr(ASTree cond, ASTree thenp, ASTree elsep) { in CondExpr() method in CondExpr
/external/starlark-go/syntax/
Dsyntax.go432 type CondExpr struct { struct
433 commentsRef
434 If Position
435 Cond Expr
436 True Expr
437 ElsePos Position
438 False Expr
441 func (x *CondExpr) Span() (start, end Position) {
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp453 Expr *CondExpr = in ActOnCaseExpr() local
593 Expr *CondExpr = Cond.get().second; in ActOnIfStmt() local
777 Expr *CondExpr = Cond.get().second; in ActOnStartOfSwitchStmt() local
909 Expr *CondExpr = SS->getCond(); in ActOnFinishSwitchStmt() local
DSemaExprCXX.cpp3826 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
DSemaExpr.cpp8613 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()
15116 Expr *CondExpr, in ActOnChooseExpr()
DTreeTransform.h3933 ExprResult CondExpr = getDerived().TransformExpr(Expr); in TransformCondition() local
DSemaOpenMP.cpp7627 ExprResult CondExpr = in buildPreCond() local
/external/clang/lib/Parse/
DParseStmt.cpp1066 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition() local
/external/libchrome/third_party/jinja2/
Dnodes.py584 class CondExpr(Expr): class
/external/python/jinja/src/jinja2/
Dnodes.py591 class CondExpr(Expr): class
/external/clang/lib/Sema/
DSemaStmt.cpp390 if (Expr *CondExpr = in ActOnCaseStmt() local
519 Expr *CondExpr = Cond.get().second; in ActOnIfStmt() local
750 Expr *CondExpr = SS->getCond(); in ActOnFinishSwitchStmt() local
DSemaExprCXX.cpp3118 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
DSemaExpr.cpp7009 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()
11889 Expr *CondExpr, in ActOnChooseExpr()
DSemaOpenMP.cpp4499 auto CondExpr = SemaRef.BuildBinOp( in BuildPreCond() local
DTreeTransform.h3413 ExprResult CondExpr = getDerived().TransformExpr(Expr); in TransformCondition() local
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1191 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3009 ConditionalOperator *CondExpr = in SynthMessageExpr() local
3752 ConditionalOperator *CondExpr = in SynthesizeBlockCall() local
DRewriteModernObjC.cpp4583 ConditionalOperator *CondExpr = in SynthesizeBlockCall() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2997 ConditionalOperator *CondExpr = in SynthMessageExpr() local
3739 ConditionalOperator *CondExpr = in SynthesizeBlockCall() local
DRewriteModernObjC.cpp4580 ConditionalOperator *CondExpr = in SynthesizeBlockCall() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1871 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2508 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp6652 const MCExpr *CondExpr; in parseDirectiveWhile() local
/external/clang/lib/AST/
DExprConstant.cpp3777 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp5336 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local

12