Home
last modified time | relevance | path

Searched refs:get_vendor_and_language (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_handlers.cpp96 (unwind_exception->exception_class & get_vendor_and_language) == in terminate()
97 (kOurExceptionClass & get_vendor_and_language); in terminate()
Dcxa_default_handlers.cpp39 (unwind_exception->exception_class & get_vendor_and_language) == in default_terminate_handler()
40 (kOurExceptionClass & get_vendor_and_language); in default_terminate_handler()
Dcxa_personality.cpp930 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_sj0()
931 (kOurExceptionClass & get_vendor_and_language); in __gxx_personality_sj0()
1057 bool native_exception = (unwind_exception->exception_class & get_vendor_and_language) == in __gxx_personality_v0()
1058 (kOurExceptionClass & get_vendor_and_language); in __gxx_personality_v0()
1183 (unwind_exception->exception_class & get_vendor_and_language) == in __cxa_call_unexpected()
1184 (kOurExceptionClass & get_vendor_and_language); in __cxa_call_unexpected()
1247 (new_exception_header->unwindHeader.exception_class & get_vendor_and_language) == in __cxa_call_unexpected()
1248 (kOurExceptionClass & get_vendor_and_language); in __cxa_call_unexpected()
Dcxa_exception.hpp27 static const uint64_t get_vendor_and_language = 0xFFFFFFFFFFFFFF00; // mask for CLNGC++ variable
Dcxa_exception.cpp89 return (unwind_exception->exception_class & get_vendor_and_language) == in isOurExceptionClass()
90 (kOurExceptionClass & get_vendor_and_language); in isOurExceptionClass()