Home
last modified time | relevance | path

Searched refs:__test (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_hip_cmath.h384 static void __test(...);
385 static _Float16 __test(_Float16);
386 static float __test(float);
387 static double __test(char);
388 static double __test(int);
389 static double __test(unsigned);
390 static double __test(long);
391 static double __test(unsigned long);
392 static double __test(long long);
393 static double __test(unsigned long long);
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dtype_traits58 static __one __test(_Up(*)[1]);
60 static __two __test(...);
63 static const bool __value = sizeof(__test<_Tp>(0)) == 1;
243 static __one __test(int _Up::*);
245 static __two __test(...);
248 static const bool __value = sizeof(__test<_Tp>(0)) == 1;
447 static __one __test(_NoCv_Derived&, _Up);
448 static __two __test(_NoCv_Base&, int);
457 static const bool __value = sizeof(__test(_Conv(), 0)) == 1;
475 static __one __test(_To);
[all …]
Dfunctional68 static __one __test(_Wrap_type<typename _Up::result_type>*);
71 static __two __test(...);
74 static const bool value = sizeof(__test<_Tp>(0)) == 1;
155 static __one __test(const volatile unary_function<_T1, _Res>*);
159 static __two __test(...);
162 static const bool value = sizeof(__test((_Tp*)0)) == 1;
175 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
179 static __two __test(...);
182 static const bool value = sizeof(__test((_Tp*)0)) == 1;
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dcodecvt_specializations.h132 bool __test = _M_in_desc && _M_in_desc != __err; in _GLIBCXX_BEGIN_NAMESPACE() local
133 __test &= _M_out_desc && _M_out_desc != __err; in _GLIBCXX_BEGIN_NAMESPACE()
134 return __test; in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
Dcodecvt_specializations.h147 bool __test = _M_in_desc && _M_in_desc != __err; in _M_good() local
148 __test &= _M_out_desc && _M_out_desc != __err; in _M_good()
149 return __test; in _M_good()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dlocale_facets.tcc2563 bool __test = true; in __verify_grouping() local
2568 for (size_t __j = 0; __j < __min && __test; --__i, ++__j) in __verify_grouping()
2569 __test = __grouping_tmp[__i] == __grouping[__j]; in __verify_grouping()
2570 for (; __i && __test; --__i) in __verify_grouping()
2571 __test = __grouping_tmp[__i] == __grouping[__min]; in __verify_grouping()
2576 __test &= __grouping_tmp[0] <= __grouping[__min]; in __verify_grouping()
2577 return __test; in __verify_grouping()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dlocale_facets.tcc2228 bool __test = true; in __verify_grouping() local
2233 for (size_t __j = 0; __j < __min && __test; --__i, ++__j) in __verify_grouping()
2234 __test = __grouping_tmp[__i] == __grouping[__j]; in __verify_grouping()
2235 for (; __i && __test; --__i) in __verify_grouping()
2236 __test = __grouping_tmp[__i] == __grouping[__min]; in __verify_grouping()
2239 __test &= __grouping_tmp[0] <= __grouping[__min]; in __verify_grouping()
2240 return __test; in __verify_grouping()
/openbsd/src/gnu/llvm/clang/docs/
DStandardCPlusPlusModules.rst313 __test