Home
last modified time | relevance | path

Searched refs:test_pointers (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/
H A Dsort_constexpr.pass.cpp45 TEST_CONSTEXPR_CXX20 bool test_pointers() in test_pointers() function
76 test_pointers<17, char, char**>(); in main()
77 test_pointers<17, char, random_access_iterator<char**> >(); in main()
78 test_pointers<17, const char, const char**>(); in main()
79 test_pointers<17, const char, random_access_iterator<const char**> >(); in main()
80 test_pointers<17, int, int**>(); in main()
81 test_pointers<17, int, random_access_iterator<int**> >(); in main()
88 test_pointers<17, char, contiguous_iterator<char**>>(); in main()
89 test_pointers<17, const char, contiguous_iterator<const char**>>(); in main()
90 test_pointers<17, int, contiguous_iterator<int**>>(); in main()
[all …]
H A Dsort_constexpr_comp.pass.cpp46 TEST_CONSTEXPR_CXX20 bool test_pointers() in test_pointers() function
77 test_pointers<17, char, char**>(); in main()
78 test_pointers<17, char, random_access_iterator<char**> >(); in main()
79 test_pointers<17, const char, const char**>(); in main()
80 test_pointers<17, const char, random_access_iterator<const char**> >(); in main()
81 test_pointers<17, int, int**>(); in main()
82 test_pointers<17, int, random_access_iterator<int**> >(); in main()
89 test_pointers<17, char, contiguous_iterator<char**>>(); in main()
90 test_pointers<17, const char, contiguous_iterator<const char**>>(); in main()
91 test_pointers<17, int, contiguous_iterator<int**>>(); in main()
[all …]
/llvm-project/clang/test/CodeGen/
H A Dinit-memset.c55 void test_pointers(void) { in test_pointers() function
/llvm-project/lldb/test/API/lang/c/function_types/
H A DTestFunctionTypes.py46 def test_pointers(self): member in FunctionTypesTestCase
/llvm-project/clang/test/Sema/
H A Dc2x-auto.c99 void test_pointers(void) { in test_pointers() function
/llvm-project/clang/test/C/C23/
H A Dn3007.c137 void test_pointers(void) { in test_pointers() function
/llvm-project/clang/test/SemaOpenCL/
H A Dfdeclare-opencl-builtins.cl94 kernel void test_pointers(volatile global void *global_p, global const int4 *a) {