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.cpp676 Expr *CondExpr = SS->getCond(); local
677 if (!CondExpr) return StmtError();
679 QualType CondType = CondExpr->getType();
681 Expr *CondExprBeforePromotion = CondExpr;
692 if (!CondExpr->isTypeDependent()) {
699 if (CondExpr->isKnownToHaveBooleanValue()) {
704 << CondExpr->getSourceRange();
711 = CondExpr->isTypeDependent() || CondExpr->isValueDependent();
978 Diag(CondExpr
[all...]
H A DSemaExpr.cpp5809 Expr *CondExpr, Expr *LHSExpr,
5816 commonExpr = CondExpr;
5845 LHSExpr = CondExpr = opaqueValue;
5850 ExprResult Cond = Owned(CondExpr), LHS = Owned(LHSExpr), RHS = Owned(RHSExpr);
9941 Expr *CondExpr,
9944 assert((CondExpr && LHSExpr && RHSExpr) && "Missing type argument(s)");
9951 if (CondExpr->isTypeDependent() || CondExpr->isValueDependent()) {
9958 = VerifyIntegerConstantExpression(CondExpr, &condEval,
9962 CondExpr
5807 ActOnConditionalOp(SourceLocation QuestionLoc, SourceLocation ColonLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr) argument
9940 ActOnChooseExpr(SourceLocation BuiltinLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr, SourceLocation RPLoc) argument
[all...]
H A DSemaExprCXX.cpp2353 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr) { argument
2362 return PerformContextuallyConvertToBool(CondExpr);
/external/chromium_org/third_party/jinja2/
H A Dnodes.py518 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.cpp1617 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); local
1618 if (CondExpr->getType()->getAs<EnumType>()) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3070 ConditionalOperator *CondExpr = local
3076 CondExpr);
3830 ConditionalOperator *CondExpr = local
3835 return CondExpr;
H A DRewriteModernObjC.cpp3680 ConditionalOperator *CondExpr = local
3686 CondExpr);
4768 ConditionalOperator *CondExpr = local
4773 return CondExpr;
/external/clang/include/clang/Sema/
H A DSema.h3422 Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr);
3459 Expr *CondExpr, Expr *LHSExpr,
7378 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.cpp3324 FullExpressionRAII CondExpr(Info);

Completed in 1794 milliseconds