Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/api/multithreaded/
H A Dcommon.h15 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.cpp16 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 DF.m1 @interface Exception interface
/llvm-project/llvm/unittests/ObjectYAML/
H A DMinidumpYAMLTest.cpp172 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 DMinidump.h235 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 Dempty-catch.cpp5 struct Exception {}; struct
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.h20 Exception = Log::ChannelFlag<2>, // Log exceptions enumerator
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.drop.while/
H A Dassert.begin.pass.cpp23 struct Exception {}; struct
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-try-catch.cpp19 struct Exception { struct in PR10232::Templated
/llvm-project/libcxx/test/std/thread/thread.jthread/
H A Dcons.func.token.pass.cpp113 struct Exception { in main() struct
114 threadIdmain::Exception main() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h56 Exception, // Special section type for exception handling blocks global() enumerator
/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h219 Exception, enumerator
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h88 Exception, enumerator
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp81 class Exception {}; global() class
/llvm-project/llvm/unittests/Object/
H A DMinidumpTest.cpp758 const minidump::Exception &Exception = ExpectedStream->ExceptionRecord; TEST() local
[all...]
/llvm-project/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp500 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception; in main() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp311 ScopedHandle Exception; in CrashHandler() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h29 Exception, enumerator
/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp381 mapping(yaml::IO & IO,minidump::Exception & Exception) mapping() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp624 if (CXXRecordDecl *ExRecord = Exception->getAsCXXRecordDecl()) { in CheckEquivalentExceptionSpecImpl() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp4884 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); EmitThrowStmt() local
7775 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); EmitThrowStmt() local
H A DCGObjCGNU.cpp4177 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); EmitThrowStmt() local