Searched defs:getNumHandlers (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.h193 unsigned getNumHandlers() const { function in class:clang::CodeGen::EHCatchScope
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/
H A DStmtCXX.h103 unsigned getNumHandlers() const { return NumHandlers; } function in class:clang::CXXTryStmt
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
/external/llvm/include/llvm/IR/
H A DInstructions.h3901 /// getNumHandlers - return the number of 'handlers' in this catchswitch
3903 unsigned getNumHandlers() const { function in class:llvm::InvokeInst::CatchSwitchInst

Completed in 608 milliseconds