HomeSort by relevance Sort by last modified time
    Searched refs:getSizeForNumHandlers (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.h 166 static size_t getSizeForNumHandlers(unsigned N) {
459 Ptr += EHCatchScope::getSizeForNumHandlers(
513 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
CGCleanup.cpp 214 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers));
    [all...]

Completed in 48 milliseconds