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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
integral.pass.cpp 17 void test_integral_imp() function
31 test_integral_imp<T>();
32 test_integral_imp<const T>();
33 test_integral_imp<volatile T>();
34 test_integral_imp<const volatile T>();
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
integral.pass.cpp 18 void test_integral_imp() function
41 test_integral_imp<T>();
42 test_integral_imp<const T>();
43 test_integral_imp<volatile T>();
44 test_integral_imp<const volatile T>();

Completed in 295 milliseconds