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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h177 static size_t getSizeForNumHandlers(unsigned N) { function in class:clang::CodeGen::EHCatchScope
511 Size = EHCatchScope::getSizeForNumHandlers(
564 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));
H A DCGCleanup.cpp243 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers));

Completed in 120 milliseconds