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

  /external/libcxxabi/src/
cxa_default_handlers.cpp 39 (unwind_exception->exception_class & get_vendor_and_language) ==
40 (kOurExceptionClass & get_vendor_and_language);
cxa_handlers.cpp 96 (unwind_exception->exception_class & get_vendor_and_language) ==
97 (kOurExceptionClass & get_vendor_and_language);
cxa_exception.hpp 27 static const uint64_t get_vendor_and_language = 0xFFFFFFFFFFFFFF00; // mask for CLNGC++ member in namespace:__cxxabiv1
cxa_personality.cpp     [all...]
cxa_exception.cpp 89 return (unwind_exception->exception_class & get_vendor_and_language) ==
90 (kOurExceptionClass & get_vendor_and_language);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_default_handlers.cpp 39 (unwind_exception->exception_class & get_vendor_and_language) ==
40 (kOurExceptionClass & get_vendor_and_language);
cxa_handlers.cpp 96 (unwind_exception->exception_class & get_vendor_and_language) ==
97 (kOurExceptionClass & get_vendor_and_language);
cxa_exception.hpp 27 static const uint64_t get_vendor_and_language = 0xFFFFFFFFFFFFFF00; // mask for CLNGC++ member in namespace:__cxxabiv1
cxa_personality.cpp     [all...]
cxa_exception.cpp 89 return (unwind_exception->exception_class & get_vendor_and_language) ==
90 (kOurExceptionClass & get_vendor_and_language);

Completed in 125 milliseconds