Searched refs:__setExceptionClass (Results 1 – 6 of 6) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_noexception.cpp | 57 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() function
|
D | cxa_exception.cpp | 82 void __setExceptionClass(_Unwind_Exception* unwind_exception, uint64_t newValue) { in __setExceptionClass() function 88 __setExceptionClass(unwind_exception, kOurExceptionClass); in setOurExceptionClass() 92 __setExceptionClass(unwind_exception, kOurDependentExceptionClass); in setDependentExceptionClass()
|
D | cxa_exception.hpp | 28 void __setExceptionClass ( _Unwind_Exception*, uint64_t);
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_noexception.cpp | 56 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() function
|
D | cxa_exception.cpp | 81 void __setExceptionClass(_Unwind_Exception* unwind_exception, uint64_t newValue) { in __setExceptionClass() function 87 __setExceptionClass(unwind_exception, kOurExceptionClass); in setOurExceptionClass() 91 __setExceptionClass(unwind_exception, kOurDependentExceptionClass); in setDependentExceptionClass()
|
D | cxa_exception.h | 27 _LIBCXXABI_HIDDEN void __setExceptionClass ( _Unwind_Exception*, uint64_t);
|