Searched defs:CondExpr (Results 1 - 7 of 7) 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
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1382 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); local
1383 if (CondExpr->getType()->getAs<EnumType>()) {
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2289 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr) { argument
2298 return PerformContextuallyConvertToBool(CondExpr);
H A DSemaStmt.cpp628 Expr *CondExpr = SS->getCond(); local
629 if (!CondExpr) return StmtError();
631 QualType CondType = CondExpr->getType();
633 Expr *CondExprBeforePromotion = CondExpr;
644 if (!CondExpr->isTypeDependent()) {
651 if (CondExpr->isKnownToHaveBooleanValue()) {
656 << CondExpr->getSourceRange();
663 = CondExpr->isTypeDependent() || CondExpr->isValueDependent();
930 Diag(CondExpr
[all...]
H A DSemaExpr.cpp5276 Expr *CondExpr, Expr *LHSExpr,
5283 commonExpr = CondExpr;
5305 LHSExpr = CondExpr = opaqueValue;
5310 ExprResult Cond = Owned(CondExpr), LHS = Owned(LHSExpr), RHS = Owned(RHSExpr);
9187 Expr *CondExpr,
9190 assert((CondExpr && LHSExpr && RHSExpr) && "Missing type argument(s)");
9196 if (CondExpr->isTypeDependent() || CondExpr->isValueDependent()) {
9203 = VerifyIntegerConstantExpression(CondExpr, &condEval,
9207 CondExpr
5274 ActOnConditionalOp(SourceLocation QuestionLoc, SourceLocation ColonLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr) argument
9186 ActOnChooseExpr(SourceLocation BuiltinLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr, SourceLocation RPLoc) argument
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3083 ConditionalOperator *CondExpr = local
3089 CondExpr);
3843 ConditionalOperator *CondExpr = local
3848 return CondExpr;
H A DRewriteModernObjC.cpp3581 ConditionalOperator *CondExpr = local
3587 CondExpr);
4509 ConditionalOperator *CondExpr = local
4514 return CondExpr;

Completed in 164 milliseconds