/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
type_traits.h | 41 struct __enable_if struct 45 struct __enable_if<true, _Tp> struct 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
type_traits.h | 44 struct __enable_if struct 48 struct __enable_if<true, _Tp> struct 67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
type_traits.h | 44 struct __enable_if struct 48 struct __enable_if<true, _Tp> struct 67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
type_traits.h | 41 struct __enable_if struct 45 struct __enable_if<true, _Tp> struct 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
type_traits.h | 41 struct __enable_if struct 45 struct __enable_if<true, _Tp> struct 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
type_traits.h | 41 struct __enable_if struct 45 struct __enable_if<true, _Tp> struct 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
type_traits.h | 41 struct __enable_if struct 45 struct __enable_if<true, _Tp> struct 64 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 107 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
type_traits.h | 44 struct __enable_if struct 48 struct __enable_if<true, _Tp> struct 67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
type_traits.h | 43 struct __enable_if struct 47 struct __enable_if<true, _Tp> struct 66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
type_traits.h | 44 struct __enable_if struct 48 struct __enable_if<true, _Tp> struct 67 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 110 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
type_traits.h | 43 struct __enable_if struct 47 struct __enable_if<true, _Tp> struct 66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
type_traits.h | 43 struct __enable_if struct 47 struct __enable_if<true, _Tp> struct 66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type; 109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
|
/external/clang/test/CodeGenCXX/ |
mangle.cpp | 187 template<bool, typename> struct __enable_if { }; struct 189 template<typename T> struct __enable_if<true, T> { struct 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() { } 237 template<bool, typename> struct __enable_if {}; struct in namespace:PR5796 238 template<typename T> struct __enable_if<true, T> { typedef T __type; }; struct in namespace:PR5796 242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { };
|