/llvm-project/lldb/test/API/api/multithreaded/ |
H A D | common.h | 15 struct Exception : public std::exception struct 18 Exception(std::string ss) : s(ss) {} in Exception() function 19 virtual ~Exception() throw () { } in ~Exception() argument 20 const char* what() const throw() { return s.c_str(); } in what()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | __try.cpp | 16 class Exception class 19 Exception(const char* s = "Unknown"){what = strdup(s); } in Exception() function in Exception 20 Exception(const Exception& e ){what = strdup(e.what); } in Exception() function in Exception
|
/llvm-project/clang/test/Import/objc-try-catch/Inputs/ |
H A D | F.m | 1 @interface Exception interface
|
/llvm-project/llvm/unittests/ObjectYAML/ |
H A D | MinidumpYAMLTest.cpp | 172 const minidump::Exception &Exception = Stream.ExceptionRecord; TEST() local 215 const minidump::Exception &Exception = Stream.ExceptionRecord; TEST() local 271 const minidump::Exception &Exception = Stream.ExceptionRecord; TEST() local 322 const minidump::Exception &Exception = Stream.ExceptionRecord; TEST() local [all...] |
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 235 struct Exception { global() struct 238 ExceptionCodeException global() argument 239 ExceptionFlagsException global() argument 240 ExceptionRecordException global() argument 241 ExceptionAddressException global() argument 244 ExceptionInformationException global() argument 246 UnusedAlignmentException global() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | empty-catch.cpp | 5 struct Exception {}; struct
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindowsLog.h | 20 Exception = Log::ChannelFlag<2>, // Log exceptions enumerator
|
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.drop.while/ |
H A D | assert.begin.pass.cpp | 23 struct Exception {}; struct
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-try-catch.cpp | 19 struct Exception { struct in PR10232::Templated
|
/llvm-project/libcxx/test/std/thread/thread.jthread/ |
H A D | cons.func.token.pass.cpp | 113 struct Exception { in main() struct 114 threadIdmain::Exception main() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 56 Exception, // Special section type for exception handling blocks global() enumerator
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | SearchFilter.h | 219 Exception, enumerator
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawConstants.h | 88 Exception, enumerator
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | sizeofpack.cpp | 81 class Exception {}; global() class
|
/llvm-project/llvm/unittests/Object/ |
H A D | MinidumpTest.cpp | 758 const minidump::Exception &Exception = ExpectedStream->ExceptionRecord; TEST() local [all...] |
/llvm-project/llvm/utils/KillTheDoctor/ |
H A D | KillTheDoctor.cpp | 500 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception; in main() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilFuchsia.cpp | 311 ScopedHandle Exception; in CrashHandler() local
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | MinidumpYAML.h | 29 Exception, enumerator
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 381 mapping(yaml::IO & IO,minidump::Exception & Exception) mapping() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 624 if (CXXRecordDecl *ExRecord = Exception->getAsCXXRecordDecl()) { in CheckEquivalentExceptionSpecImpl() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 4884 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); EmitThrowStmt() local 7775 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); EmitThrowStmt() local
|
H A D | CGObjCGNU.cpp | 4177 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); EmitThrowStmt() local
|