HomeSort by relevance Sort by last modified time
    Searched defs:__pointee (Results 1 - 12 of 12) sorted by null

  /abi/cpp/include/
cxxabi.h 157 const std::type_info *__pointee; member in class:__cxxabiv1::__pbase_type_info
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 155 const std::type_info *__pointee; member in class:__cxxabiv1::__pbase_type_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 256 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info
261 : std::type_info(__n), __flags(__quals), __pointee(__type)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h 253 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info
258 : std::type_info(__n), __flags(__quals), __pointee(__type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h 253 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info
258 : std::type_info(__n), __flags(__quals), __pointee(__type)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 256 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info
261 : std::type_info(__n), __flags(__quals), __pointee(__type)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 256 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info
261 : std::type_info(__n), __flags(__quals), __pointee(__type)
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cxxabi.h 157 const std::type_info *__pointee; member in class:__cxxabiv1::__pbase_type_info
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 256 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info
261 : std::type_info(__n), __flags(__quals), __pointee(__type)
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cxxabi.h 157 const std::type_info *__pointee; member in class:__cxxabiv1::__pbase_type_info
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 256 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info
261 : std::type_info(__n), __flags(__quals), __pointee(__type)
  /external/clang/test/CodeGenCXX/
rtti-layout.cpp 23 const std::type_info *__pointee; member in class:__pbase_type_info
181 CHECK(to<__pbase_type_info>(typeid(B::a)).__pointee == to<__pbase_type_info>(typeid(B::b)).__pointee);
183 CHECK(to<__pbase_type_info>(typeid(B::c)).__pointee == to<__pbase_type_info>(typeid(B::d)).__pointee);

Completed in 987 milliseconds