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

  /external/clang/lib/CodeGen/
CGCleanup.h 627 static const EHPersonality MSVC_C_specific_handler;
635 return this == &MSVC_except_handler || this == &MSVC_C_specific_handler ||
CGException.cpp 106 EHPersonality::MSVC_C_specific_handler = { "__C_specific_handler", nullptr };
186 return EHPersonality::MSVC_C_specific_handler;
    [all...]

Completed in 117 milliseconds