HomeSort by relevance Sort by last modified time
    Searched defs:CondExpr (Results 1 - 5 of 5) sorted by null

  /external/javassist/src/main/javassist/compiler/ast/
CondExpr.java 23 public class CondExpr extends ASTList {
24 public CondExpr(ASTree cond, ASTree thenp, ASTree elsep) {
28 public ASTree condExpr() { return head(); }
  /external/clang/lib/Sema/
SemaStmt.cpp 574 Expr *CondExpr = SS->getCond();
575 if (!CondExpr) return StmtError();
577 QualType CondType = CondExpr->getType();
579 Expr *CondExprBeforePromotion = CondExpr;
590 if (!CondExpr->isTypeDependent()) {
597 if (CondExpr->isKnownToHaveBooleanValue()) {
602 << CondExpr->getSourceRange();
609 = CondExpr->isTypeDependent() || CondExpr->isValueDependent();
854 Diag(CondExpr->getExprLoc(), diag::warn_missing_case_for_condition
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 76 milliseconds