Home
last modified time | relevance | path

Searched refs:getSizeForNumHandlers (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h177 static size_t getSizeForNumHandlers(unsigned N) { in getSizeForNumHandlers() function
511 Size = EHCatchScope::getSizeForNumHandlers(
564 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers())); in popCatch()
H A DCGCleanup.cpp248 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers)); in pushCatch()