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

  /external/clang/lib/CodeGen/
CGCleanup.h 193 unsigned getNumHandlers() const {
202 assert(I < getNumHandlers());
208 assert(I < getNumHandlers());
214 assert(I < getNumHandlers());
223 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I)
229 iterator end() const { return getHandlers() + getNumHandlers(); }
523 static_cast<const EHCatchScope *>(get())->getNumHandlers());
579 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));
  /external/clang/include/clang/AST/
StmtCXX.h 103 unsigned getNumHandlers() const { return NumHandlers; }
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 83 milliseconds