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 D | sort_constexpr.pass.cpp | 45 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 D | sort_constexpr_comp.pass.cpp | 46 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 D | init-memset.c | 55 void test_pointers(void) { in test_pointers() function
|
/llvm-project/lldb/test/API/lang/c/function_types/ |
H A D | TestFunctionTypes.py | 46 def test_pointers(self): member in FunctionTypesTestCase
|
/llvm-project/clang/test/Sema/ |
H A D | c2x-auto.c | 99 void test_pointers(void) { in test_pointers() function
|
/llvm-project/clang/test/C/C23/ |
H A D | n3007.c | 137 void test_pointers(void) { in test_pointers() function
|
/llvm-project/clang/test/SemaOpenCL/ |
H A D | fdeclare-opencl-builtins.cl | 94 kernel void test_pointers(volatile global void *global_p, global const int4 *a) {
|