Home
last modified time | relevance | path

Searched defs:MSVC_C_specific_handler (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h628 static const EHPersonality MSVC_C_specific_handler; member
H A DCGException.cpp111 EHPersonality::MSVC_C_specific_handler = { "__C_specific_handler", nullptr }; member in EHPersonality