/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/current/sources/cxx-stl/gnu-libstdc++/4.9/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() { };
|