HomeSort by relevance Sort by last modified time
    Searched full:body_empty (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Analysis/Visitors/
CFGStmtVisitor.h 152 if (CS->body_empty()) return;
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 90 if (S->body_empty())
  /external/clang/include/clang/AST/
Stmt.h 569 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
575 Stmt *body_back() { return !body_empty() ? Body[size()-1] : 0; }
578 assert(!body_empty() && "setLastStmt");
585 const Stmt *body_back() const { return !body_empty() ? Body[size()-1] : 0; }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 564 if (!CS->body_empty()) {
    [all...]
ExprEngine.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 2275 milliseconds