Home
last modified time | relevance | path

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

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