Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/macosx/objc_exception_recognizer/
H A Dmain.m3 @interface MyException : NSException interface
10 @implementation MyException implementation
/llvm-project/bolt/test/
H A Dlsda-section-name.cpp14 class MyException : public std::exception { class
/llvm-project/clang/test/SemaCXX/
H A Dattr-musttail.cpp222 struct MyException {}; struct