HomeSort by relevance Sort by last modified time
    Searched refs:get_vendor_and_language (Results 1 - 3 of 3) sorted by null

  /external/libcxxabi/src/
cxa_exception.hpp 25 static const uint64_t get_vendor_and_language = 0xFFFFFFFFFFFFFF00; // mask for CLNGC++ member in namespace:__cxxabiv1
cxa_exception.cpp 107 return (__getExceptionClass(unwind_exception) & get_vendor_and_language) ==
108 (kOurExceptionClass & get_vendor_and_language);
cxa_personality.cpp     [all...]

Completed in 171 milliseconds