Home
last modified time | relevance | path

Searched defs:_Unwind_Exception (Results 1 – 4 of 4) sorted by relevance

/external/libcxxabi/src/
Dcxa_noexception.cpp56 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass()
57 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() argument
58 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; } in __isOurExceptionClass()
/external/cronet/buildtools/third_party/libc++abi/trunk/src/
Dcxa_noexception.cpp55 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass()
56 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() argument
57 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; } in __isOurExceptionClass()
/external/clang/lib/Headers/
Dunwind.h114 struct _Unwind_Exception { struct
115 _Unwind_Exception_Class exception_class; argument
116 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
119 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp116 struct _Unwind_Exception { struct
118 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
120 uintptr_t private_1;
121 uintptr_t private_2;