HomeSort by relevance Sort by last modified time
    Searched full:check_limits (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
test_min_max.pass.cpp 19 void check_limits() function
54 check_limits<short>();
55 check_limits<unsigned short>();
56 check_limits<int>();
57 check_limits<unsigned int>();
58 check_limits<long>();
59 check_limits<unsigned long>();
60 check_limits<long long>();
61 check_limits<unsigned long long>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
test_min_max.pass.cpp 19 void check_limits() function
54 check_limits<short>();
55 check_limits<unsigned short>();
56 check_limits<int>();
57 check_limits<unsigned int>();
58 check_limits<long>();
59 check_limits<unsigned long>();
60 check_limits<long long>();
61 check_limits<unsigned long long>();

Completed in 302 milliseconds