Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dwindows-itanium-exceptions.cpp5 void except() { in except() function
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp657 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
700 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept()