Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/
H A Dsort_constexpr.pass.cpp35 T work[N] = {}; in test() local
53 T *work[N] = {}; in test_pointers() local
H A Dsort_constexpr_comp.pass.cpp36 T work[N] = {}; in test() local
54 T *work[N] = {}; in test_pointers() local
/llvm-project/clang/test/OpenMP/
H A Dtaskloop_untied_codegen.cpp22 float work[100]; in taskloop_untied() local
H A Dnvptx_nested_parallel_codegen.cpp13 void work(int *C) { in work() function
H A Ddeclare_reduction_codegen.cpp144 void work() { in work() function
/llvm-project/offload/test/offloading/
H A Dbug49779.cpp12 void work(int *C) { in work() function
/llvm-project/clang/test/Analysis/
H A Dtraversal-algorithm.mm
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A Dmake_heap.pass.cpp27 T work[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
H A Dmake_heap_comp.pass.cpp28 T work[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
H A Dpop_heap_comp.pass.cpp28 T work[15] = {1,1,2,3,3, 8,4,6,5,5, 5,9,9,7,9}; in test() local
H A Dpop_heap.pass.cpp28 T work[15] = {9,6,9,5,5, 8,9,1,1,3, 5,3,4,7,2}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/
H A Dpush_heap.pass.cpp28 T work[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
H A Dpush_heap_comp.pass.cpp28 T work[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
H A Dsort_heap_comp.pass.cpp30 T work[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
H A Dsort_heap.pass.cpp30 T work[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort/
H A Dpartial_sort_comp.pass.cpp29 T work[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
H A Dpartial_sort.pass.cpp27 T work[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
/llvm-project/clang/test/CodeGen/
H A D2003-11-01-C99-CompoundLiteral.c6 struct wait_queue_head_t work = { lock: (spinlock_t) { 0 }, }; in call_usermodehelper() local
/llvm-project/openmp/runtime/test/tasking/
H A Domp_task_red_taskloop.c17 int work(int k, int l) in work() function
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.nth.element/
H A Dnth_element_comp.pass.cpp28 T work[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
H A Dnth_element.pass.cpp27 T work[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/
H A Dpartial_sort_copy_comp.pass.cpp33 T work[15] = {}; in test() local
H A Dpartial_sort_copy.pass.cpp30 T work[15] = {}; in test() local
/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundQueue.cpp22 void BackgroundQueue::work(std::function<void()> OnIdle) { in work() function in clang::clangd::BackgroundQueue
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/
H A Dshift_right.pass.cpp29 T work[] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local

12