Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h183 static size_t getSizeForNumHandlers(unsigned N) { in getSizeForNumHandlers() function
522 Size = EHCatchScope::getSizeForNumHandlers(
579 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers())); in popCatch()
DCGCleanup.cpp236 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers)); in pushCatch()