Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h176 static size_t getSizeForNumHandlers(unsigned N) { in getSizeForNumHandlers() function
511 Size = EHCatchScope::getSizeForNumHandlers(
564 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers())); in popCatch()
H A DCGCleanup.cpp260 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers)); in pushCatch()