HomeSort by: relevance | last modified time | path
    Searched refs:MSVC_except_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.h 611 static const EHPersonality MSVC_except_handler;
624 return this == &MSVC_except_handler || this == &MSVC_C_specific_handler ||
CGException.cpp 121 EHPersonality::MSVC_except_handler = { "_except_handler3", nullptr };
226 return EHPersonality::MSVC_except_handler;

Completed in 51 milliseconds