Searched refs:__test (Results 1 - 6 of 6) sorted by relevance

/external/stlport/test/unit/
H A Dnum_facets_test.cpp132 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
150 (inst.*__test)(loc, tested_locales + i);
156 (inst.*__test)(loc, tested_locales + i);
162 (inst.*__test)(loc, tested_locales + i);
H A Dtime_facets_test.cpp195 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
213 (inst.*__test)(loc);
219 (inst.*__test)(loc);
228 (inst.*__test)(loc);
H A Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { argument
47 (inst.*__test)(loc);
H A Dctype_facets_test.cpp319 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
338 (inst.*__test)(loc);
344 (inst.*__test)(loc);
354 (inst.*__test)(loc);
H A Dmoney_facets_test.cpp418 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
436 (inst.*__test)(loc, tested_locales + i);
442 (inst.*__test)(loc, tested_locales + i);
449 (inst.*__test)(loc, tested_locales + i);
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp231 template <class _Xp> static __two __test(...);
232 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0);
234 static const bool value = sizeof(__test<_Tp>(0)) == 1;

Completed in 216 milliseconds