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 178 static size_t getSizeForNumHandlers(unsigned N) {
524 Size = EHCatchScope::getSizeForNumHandlers(
581 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));
CGCleanup.cpp 253 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers));
    [all...]

Completed in 2195 milliseconds