Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGException.cpp109 static const EHPersonality GNU_CPlusPlus_SEH; member
128 EHPersonality::GNU_CPlusPlus_SEH = { "__gxx_personality_seh0", nullptr }; member in EHPersonality