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

  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.cv/
remove_cv.pass.cpp 17 void test_remove_cv_imp() function
28 test_remove_cv_imp<T, T>();
29 test_remove_cv_imp<const T, T>();
30 test_remove_cv_imp<volatile T, T>();
31 test_remove_cv_imp<const volatile T, T>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/
remove_cv.pass.cpp 17 void test_remove_cv_imp() function
28 test_remove_cv_imp<T, T>();
29 test_remove_cv_imp<const T, T>();
30 test_remove_cv_imp<volatile T, T>();
31 test_remove_cv_imp<const volatile T, T>();

Completed in 525 milliseconds