Home
last modified time | relevance | path

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

/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/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/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/clang/lib/AST/
DExprConstant.cpp3777 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local