HomeSort by relevance Sort by last modified time
    Searched defs:CondExpr (Results 1 - 4 of 4) 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/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 546 Expr *CondExpr = SS->getCond();
547 if (!CondExpr) return StmtError();
549 QualType CondType = CondExpr->getType();
551 Expr *CondExprBeforePromotion = CondExpr;
562 if (!CondExpr->isTypeDependent()) {
569 if (CondExpr->isKnownToHaveBooleanValue()) {
574 << CondExpr->getSourceRange();
581 = CondExpr->isTypeDependent() || CondExpr->isValueDependent();
792 Diag(CondExpr->getExprLoc(), diag::warn_missing_case_for_condition
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 89 milliseconds