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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h168 static size_t getSizeForNumHandlers(unsigned N) { function in class:clang::CodeGen::EHCatchScope
461 Ptr += EHCatchScope::getSizeForNumHandlers(
515 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
H A DCGCleanup.cpp220 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers));

Completed in 97 milliseconds