Searched refs:CondExpr (Results 1 - 16 of 16) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DCondExpr.java23 public class CondExpr extends ASTList { class in inherits:ASTList
24 public CondExpr(ASTree cond, ASTree thenp, ASTree elsep) { method in class:CondExpr
H A DVisitor.java35 public void atCondExpr(CondExpr n) throws CompileError {}
/external/clang/lib/Sema/
H A DSemaStmt.cpp709 Expr *CondExpr = SS->getCond(); local
710 if (!CondExpr) return StmtError();
712 QualType CondType = CondExpr->getType();
714 Expr *CondExprBeforePromotion = CondExpr;
725 if (!CondExpr->isTypeDependent()) {
732 if (CondExpr->isKnownToHaveBooleanValue()) {
737 << CondExpr->getSourceRange();
744 = CondExpr->isTypeDependent() || CondExpr->isValueDependent();
1011 Diag(CondExpr
[all...]
H A DSemaExpr.cpp6069 Expr *CondExpr, Expr *LHSExpr,
6076 commonExpr = CondExpr;
6105 LHSExpr = CondExpr = opaqueValue;
6110 ExprResult Cond = CondExpr, LHS = LHSExpr, RHS = RHSExpr;
10376 Expr *CondExpr,
10379 assert((CondExpr && LHSExpr && RHSExpr) && "Missing type argument(s)");
10386 if (CondExpr->isTypeDependent() || CondExpr->isValueDependent()) {
10393 = VerifyIntegerConstantExpression(CondExpr, &condEval,
10397 CondExpr
6067 ActOnConditionalOp(SourceLocation QuestionLoc, SourceLocation ColonLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr) argument
10375 ActOnChooseExpr(SourceLocation BuiltinLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr, SourceLocation RPLoc) argument
[all...]
H A DSemaExprCXX.cpp2487 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr) { argument
2496 return PerformContextuallyConvertToBool(CondExpr);
/external/chromium_org/third_party/jinja2/
H A Dnodes.py522 class CondExpr(Expr): class in inherits:Expr
H A Dparser.py398 expr1 = nodes.CondExpr(expr2, expr1, expr3, lineno=lineno)
/external/javassist/src/main/javassist/compiler/
H A DParser.java726 return new CondExpr(cond, thenExpr, elseExpr);
H A DTypeChecker.java281 public void atCondExpr(CondExpr expr) throws CompileError {
H A DCodeGen.java916 public void atCondExpr(CondExpr expr) throws CompileError {
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1714 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); local
1715 if (CondExpr->getType()->getAs<EnumType>()) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3024 ConditionalOperator *CondExpr = local
3030 CondExpr);
3783 ConditionalOperator *CondExpr = local
3788 return CondExpr;
H A DRewriteModernObjC.cpp4699 ConditionalOperator *CondExpr = local
4704 return CondExpr;
/external/clang/include/clang/Sema/
H A DSema.h3639 Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr);
3676 Expr *CondExpr, Expr *LHSExpr,
7965 ExprResult CheckCXXBooleanCondition(Expr *CondExpr);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/clang/lib/AST/
H A DExprConstant.cpp3475 FullExpressionRAII CondExpr(Info);

Completed in 4717 milliseconds