Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/ast/
DCondExpr.java23 public class CondExpr extends ASTList { class
24 public CondExpr(ASTree cond, ASTree thenp, ASTree elsep) { in CondExpr() method in CondExpr
/external/clang/lib/Sema/
DSemaStmt.cpp488 Expr *CondExpr = SS->getCond(); in ActOnFinishSwitchStmt() local
DSemaExprCXX.cpp1997 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr) { in CheckCXXBooleanCondition()
DSemaExpr.cpp4851 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()
8241 Expr *CondExpr, in ActOnChooseExpr()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp3136 ConditionalOperator *CondExpr = in SynthMessageExpr() local
4653 ConditionalOperator *CondExpr = in SynthesizeBlockCall() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1178 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local