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

  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.ptr/
remove_pointer.pass.cpp 17 void test_remove_pointer() function
27 test_remove_pointer<void, void>();
28 test_remove_pointer<int, int>();
29 test_remove_pointer<int[3], int[3]>();
30 test_remove_pointer<int*, int>();
31 test_remove_pointer<const int*, const int>();
32 test_remove_pointer<int**, int*>();
33 test_remove_pointer<int** const, int*>();
34 test_remove_pointer<int*const * , int* const>();
35 test_remove_pointer<const int** , const int*>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.ptr/
remove_pointer.pass.cpp 17 void test_remove_pointer() function
27 test_remove_pointer<void, void>();
28 test_remove_pointer<int, int>();
29 test_remove_pointer<int[3], int[3]>();
30 test_remove_pointer<int*, int>();
31 test_remove_pointer<const int*, const int>();
32 test_remove_pointer<int**, int*>();
33 test_remove_pointer<int** const, int*>();
34 test_remove_pointer<int*const * , int* const>();
35 test_remove_pointer<const int** , const int*>()
    [all...]

Completed in 1035 milliseconds