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

/external/clang/lib/CodeGen/
H A DCGCleanup.h178 static size_t getSizeForNumHandlers(unsigned N) { function in class:clang::CodeGen::EHCatchScope
524 Size = EHCatchScope::getSizeForNumHandlers(
581 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));

Completed in 146 milliseconds