HomeSort by relevance Sort by last modified time
    Searched defs:__type (Results 26 - 30 of 30) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_iterator.h 154 _Sequence>::__type>& __x)
660 typedef std::__false_type __type; typedef in struct:__gnu_debug::__is_safe_random_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.h 154 _Sequence>::__type>& __x)
660 typedef std::__false_type __type; typedef in struct:__gnu_debug::__is_safe_random_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 69 typedef typename _Alloc::template rebind<_Tp>::other __type; typedef in struct:__alloctr_rebind
76 typedef _Alloc<_Tp, _Args...> __type; typedef in struct:__alloctr_rebind
201 using rebind_alloc = typename __alloctr_rebind<_Alloc, _Tp>::__type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.h 203 _Sequence>::__type>& __x)
720 typedef std::__false_type __type; typedef in struct:__gnu_debug::__is_safe_random_iterator
  /external/clang/test/CodeGenCXX/
mangle.cpp 190 typedef T __type; typedef in struct:__enable_if
194 template<typename T> typename __enable_if<__is_scalar_type<T>::__value, void>::__type ft7() { }
225 template<typename T> typename __enable_if<(__is_scalar_type<T>::__value), void>::__type ft8() { }
238 template<typename T> struct __enable_if<true, T> { typedef T __type; }; typedef in struct:PR5796::__enable_if
242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { };

Completed in 172 milliseconds

12