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

  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.cv/
remove_const.pass.cpp 26 void test_remove_const() function
36 test_remove_const<void>();
37 test_remove_const<int>();
38 test_remove_const<int[3]>();
39 test_remove_const<int&>();
40 test_remove_const<const int&>();
41 test_remove_const<int*>();
42 test_remove_const<const int*>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/
remove_const.pass.cpp 26 void test_remove_const() function
36 test_remove_const<void>();
37 test_remove_const<int>();
38 test_remove_const<int[3]>();
39 test_remove_const<int&>();
40 test_remove_const<const int&>();
41 test_remove_const<int*>();
42 test_remove_const<const int*>();

Completed in 2304 milliseconds