Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp25 static const uint64_t get_vendor_and_language = 0xFFFFFFFFFFFFFF00; // mask for CLNGC++ variable
Dcxa_exception.cpp107 return (__getExceptionClass(unwind_exception) & get_vendor_and_language) == in __isOurExceptionClass()
108 (kOurExceptionClass & get_vendor_and_language); in __isOurExceptionClass()
Dcxa_personality.cpp963 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_imp()
964 (kOurExceptionClass & get_vendor_and_language); in __gxx_personality_imp()
/external/llvm-project/libcxxabi/src/
Dcxa_exception.h24 static const uint64_t get_vendor_and_language = 0xFFFFFFFFFFFFFF00; // mask for CLNGC++ variable
Dcxa_exception.cpp106 return (__getExceptionClass(unwind_exception) & get_vendor_and_language) == in __isOurExceptionClass()
107 (kOurExceptionClass & get_vendor_and_language); in __isOurExceptionClass()
Dcxa_personality.cpp962 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_imp()
963 (kOurExceptionClass & get_vendor_and_language); in __gxx_personality_imp()