/external/clang/test/Sema/ |
128bitfloat.cc | 7 template<typename> struct __is_floating_point_helper {}; struct 8 template<> struct __is_floating_point_helper<__float128> {}; struct 17 template<typename> struct __is_floating_point_helper {}; struct 18 template<> struct __is_floating_point_helper<__float128> {}; // expected-error {{use of undeclared identifier '__float128'}} struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
type_traits | 132 struct __is_floating_point_helper 134 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 135 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 136 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 141 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
type_traits | 132 struct __is_floating_point_helper 134 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 135 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 136 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 141 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
type_traits | 132 struct __is_floating_point_helper 134 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 135 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 136 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 141 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
type_traits | 132 struct __is_floating_point_helper 134 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 135 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 136 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 141 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
type_traits | 132 struct __is_floating_point_helper 134 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 135 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 136 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 141 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
type_traits | 136 struct __is_floating_point_helper 138 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 139 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 140 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 145 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
type_traits | 136 struct __is_floating_point_helper 138 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 139 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 140 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 145 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
type_traits | 136 struct __is_floating_point_helper 138 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 139 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 140 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 145 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
type_traits | 133 struct __is_floating_point_helper 135 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 136 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 137 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 142 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
type_traits | 136 struct __is_floating_point_helper 138 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 139 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 140 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 145 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
type_traits | 133 struct __is_floating_point_helper 135 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 136 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 137 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 142 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
type_traits | 132 struct __is_floating_point_helper 134 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 135 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 136 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 141 : public integral_constant<bool, (__is_floating_point_helper<typename
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
type_traits | 136 struct __is_floating_point_helper 138 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 139 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 140 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 145 : public integral_constant<bool, (__is_floating_point_helper<typename [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
type_traits | 136 struct __is_floating_point_helper 138 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 139 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 140 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 145 : public integral_constant<bool, (__is_floating_point_helper<typename [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
type_traits | 136 struct __is_floating_point_helper 138 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 139 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 140 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 145 : public integral_constant<bool, (__is_floating_point_helper<typename [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
type_traits | 136 struct __is_floating_point_helper 138 _DEFINE_SPEC(0, __is_floating_point_helper, float, true) 139 _DEFINE_SPEC(0, __is_floating_point_helper, double, true) 140 _DEFINE_SPEC(0, __is_floating_point_helper, long double, true) 145 : public integral_constant<bool, (__is_floating_point_helper<typename [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
type_traits | 240 struct __is_floating_point_helper 244 struct __is_floating_point_helper<float> 248 struct __is_floating_point_helper<double> 252 struct __is_floating_point_helper<long double> 257 struct __is_floating_point_helper<__float128> 264 : public integral_constant<bool, (__is_floating_point_helper<typename [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
type_traits | 240 struct __is_floating_point_helper 244 struct __is_floating_point_helper<float> 248 struct __is_floating_point_helper<double> 252 struct __is_floating_point_helper<long double> 257 struct __is_floating_point_helper<__float128> 264 : public integral_constant<bool, (__is_floating_point_helper<typename [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
type_traits | 252 struct __is_floating_point_helper 256 struct __is_floating_point_helper<float> 260 struct __is_floating_point_helper<double> 264 struct __is_floating_point_helper<long double> 269 struct __is_floating_point_helper<__float128> 276 : public integral_constant<bool, (__is_floating_point_helper<typename [all...] |