Home
last modified time | relevance | path

Searched refs:__setExceptionClass (Results 1 – 6 of 6) sorted by relevance

/external/libcxxabi/src/
Dcxa_noexception.cpp57 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() function
Dcxa_exception.cpp82 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()
Dcxa_exception.hpp28 void __setExceptionClass ( _Unwind_Exception*, uint64_t);
/external/llvm-project/libcxxabi/src/
Dcxa_noexception.cpp56 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() function
Dcxa_exception.cpp81 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()
Dcxa_exception.h27 _LIBCXXABI_HIDDEN void __setExceptionClass ( _Unwind_Exception*, uint64_t);