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

  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.arr/
remove_all_extents.pass.cpp 19 void test_remove_all_extents() function
29 test_remove_all_extents<int, int> ();
30 test_remove_all_extents<const Enum, const Enum> ();
31 test_remove_all_extents<int[], int> ();
32 test_remove_all_extents<const int[], const int> ();
33 test_remove_all_extents<int[3], int> ();
34 test_remove_all_extents<const int[3], const int> ();
35 test_remove_all_extents<int[][3], int> ();
36 test_remove_all_extents<const int[][3], const int> ();
37 test_remove_all_extents<int[2][3], int> ()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.arr/
remove_all_extents.pass.cpp 19 void test_remove_all_extents() function
29 test_remove_all_extents<int, int> ();
30 test_remove_all_extents<const Enum, const Enum> ();
31 test_remove_all_extents<int[], int> ();
32 test_remove_all_extents<const int[], const int> ();
33 test_remove_all_extents<int[3], int> ();
34 test_remove_all_extents<const int[3], const int> ();
35 test_remove_all_extents<int[][3], int> ();
36 test_remove_all_extents<const int[][3], const int> ();
37 test_remove_all_extents<int[2][3], int> ()
    [all...]

Completed in 529 milliseconds