Searched refs:__test (Results 1 – 8 of 8) sorted by relevance
384 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 …]
58 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 …]
68 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;
132 bool __test = _M_in_desc && _M_in_desc != __err; in _GLIBCXX_BEGIN_NAMESPACE() local133 __test &= _M_out_desc && _M_out_desc != __err; in _GLIBCXX_BEGIN_NAMESPACE()134 return __test; in _GLIBCXX_BEGIN_NAMESPACE()
147 bool __test = _M_in_desc && _M_in_desc != __err; in _M_good() local148 __test &= _M_out_desc && _M_out_desc != __err; in _M_good()149 return __test; in _M_good()
2563 bool __test = true; in __verify_grouping() local2568 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()
2228 bool __test = true; in __verify_grouping() local2233 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()
313 __test