Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/libcxxabi/test/
H A Dexception_object_alignment.2.pass.cpp19 struct exception { struct
20 exception() : x(0) { } in exception() function
23 virtual ~exception() { } in ~exception() argument
27 struct foo : exception { }; argument
/llvm-project/llvm/test/TableGen/
H A DJSON-check.py27 exception = None variable
31 exception = traceback.format_exc().splitlines()[-1] variable
/llvm-project/clang/test/CodeGenCXX/
H A Dweak-external.cpp37 class _LIBCPP_EXCEPTION_ABI exception class
40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} in exception() function in std::exception
H A D2006-03-06-C++RecurseCrash.cpp3 class exception { }; class
/llvm-project/libcxx/test/std/time/time.zone/time.zone.exception/time.zone.exception.nonexist/
H A Dctor.pass.cpp31 std::chrono::nonexistent_local_time exception{tp, i}; in test() local
/llvm-project/libcxx/test/std/time/time.zone/time.zone.exception/time.zone.exception.ambig/
H A Dctor.pass.cpp31 std::chrono::ambiguous_local_time exception{tp, i}; in test() local
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-try-catch.cpp23 void exception() { in exception() function in PR10232::Templated
/llvm-project/clang/test/SemaObjC/
H A Darc-property.m57 @property (strong) id exception; property
/llvm-project/lldb/docs/
H A Dconf.py354 cleanup_source(app, exception) global() argument
/llvm-project/lldb/examples/python/
H A Dpytracer.py171 def exceptionEvent(self, frame, exception, value, traceback): argument
265 def exceptionEvent(self, frame, exception): argument
393 def exceptionEvent(self, frame, exception): argument
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm.h38 uint32_t exception; member
H A DRegisterContextDarwin_arm64.h90 uint32_t exception; // number of arm exception token member
H A DRegisterContextDarwin_arm.h123 uint32_t exception; member
H A DRegisterInfoPOSIX_arm64.h74 uint32_t exception; // number of arm exception token global() member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dmultiple-new-in-one-expression.cpp7 class exception {}; class
H A Dunhandled-exception-at-new.cpp6 class exception {}; class
H A Dthrow-keyword-missing.cpp23 struct exception { struct
[all...]
/llvm-project/libcxxabi/src/
H A Dcxa_exception.cpp115 static inline int incrementHandlerCount(__cxa_exception *exception) { in incrementHandlerCount()
120 static inline int decrementHandlerCount(__cxa_exception *exception) { in decrementHandlerCount()
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dtypes.h78 struct exception : std::exception { }; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dexception-baseclass.cpp4 class exception {}; class
/llvm-project/lldb/include/lldb/Host/
H A DDebug.h140 } exception; member
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py198 def _record_failed_test(self, test_name, exception): argument
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp668 ValueObjectSP exception = ValueObject::CreateValueObjectFromData( GetExceptionObjectForThread() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp286 DumpAdditionalExceptionInformation(llvm::raw_ostream & stream,const ExceptionRecordSP & exception) DumpAdditionalExceptionInformation() argument
[all...]
/llvm-project/lldb/tools/debugserver/source/
H A DDNBDefs.h267 } exception; member

12