/llvm-project/clang/test/CodeGenCoroutines/ |
H A D | pr59221.cpp | 9 template <typename T> struct task { struct 10 struct promise_type { 41 task(promise_type & p) noexcept: promise{p} { } in task() argument 43 ~task() noexcept { in ~task() argument 47 auto await_ready() noexcept { in await_ready() 73 static inline auto a() noexcept -> task<int> { in a() argument
|
H A D | coro-function-try-block.cpp | 6 struct task { struct 8 task get_return_object(); argument
|
H A D | coro-dealloc.cpp | 12 struct task { struct 16 auto get_return_object() { return task{}; } in get_return_object() argument
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | kmp_taskloop.c | 27 typedef struct task { struct 29 int(* routine)(int,struct task*); argument 39 } *ptask, kmp_task_t; argument 60 __kmpc_taskloop(ident_t *loc, int gtid, kmp_task_t *task, int if_val, argument 75 int task_entry(int gtid, ptask task) in task_entry() 94 ptask task; in main() local
|
H A D | kmp_taskloop_5.c | 28 typedef struct task { struct 30 int(* routine)(int,struct task*); argument 39 } *ptask, kmp_task_t; argument 59 __kmpc_taskloop_5(ident_t *loc, int gtid, kmp_task_t *task, int if_val, argument 74 int task_entry(int gtid, ptask task) in task_entry() 94 ptask task; in task_loop() local
|
H A D | bug_taskwait_detach.cpp | 37 void *task; member 44 typedef struct task { struct 46 int (*routine)(int, struct task *); argument 51 // privates used in the task: argument 67 kmp_task_t *task); argument 74 void target(ptask task) { in target() 81 int task_entry(int gtid, ptask task) { in task_entry() 96 ptask task = (ptask)__kmpc_omp_task_alloc( in main() local
|
H A D | kmp_taskwait_nowait.c | 23 typedef struct task { struct 40 int __kmpc_omp_task_with_deps(_id *loc, int gtid, task_t *task, int ndeps, argument
|
H A D | kmp_task_deps.h | 14 typedef struct task { struct 22 } kmp_task_t; argument
|
H A D | kmp_detach_tasks_t1.c | 36 void *task; member 43 typedef struct task { struct 45 int(*routine)(int,struct task*); argument 50 // privates used in the task: argument 61 extern int __kmpc_omp_task(id *loc, int gtid, ptask task); argument 71 int task_entry(int gtid, ptask task) { in task_entry() 79 ptask task; in main() local
|
H A D | kmp_detach_tasks_t2.c | 36 void *task; member 43 typedef struct task { struct 45 int(*routine)(int,struct task*); argument 50 // privates used in the task: argument 62 extern int __kmpc_omp_task(id *loc, int gtid, kmp_task_t *task); argument 72 int task_entry(int gtid, ptask task) { in task_entry() 81 ptask task; in main() local
|
H A D | omp51_task_dep_inoutset.c | 45 typedef struct task { struct 68 printf("task _%d, th %d\n", ptask->f_priv, th); in thunk_m() argument
|
H A D | kmp_detach_tasks_t3.c | 38 void *task; member 45 typedef struct task { struct 47 int(*routine)(int,struct task*); argument 52 // privates used in the task: argument 70 extern int __kmpc_omp_task_with_deps(id *loc, int gtid, ptask task, int nd, argument 82 int task_entry(int gtid, ptask task) { in task_entry() 90 ptask task; in main() local
|
H A D | kmp_task_depend_all.c | 49 typedef struct task { struct 73 printf("task m_%d, th %d, checker %d\n", ptask->f_priv, th, lcheck); in thunk_m() argument
|
H A D | kmp_taskwait_depend_all.c | 55 typedef struct task { struct 79 printf("task m_%d, th %d, checker %d\n", ptask->f_priv, th, lcheck); in thunk_m() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-throw-out-noexcept-coro.cpp | 11 struct task { struct 14 explicit task(promise_type& p) { throw 1; p.return_val = this; } in task() argument 21 task<T> get_return_object() { return task{*this}; } in get_return_object() argument
|
H A D | warn-unused-parameters-coroutine.cpp | 11 struct task : awaitable { struct 13 task get_return_object() noexcept; argument
|
H A D | coroutine-no-valid-dealloc.cpp | 12 struct task { struct 16 auto get_return_object() { return task{}; } in get_return_object() argument
|
H A D | coroutine-unreachable-warning.cpp | 7 struct task { struct 13 task get_return_object(); argument
|
/llvm-project/openmp/runtime/test/ompt/tasks/ |
H A D | kmp_task_depend_all.c | 97 typedef struct task { struct 121 printf("task m_%d, th %d, checker %d\n", ptask->f_priv, th, lcheck); in thunk_m() argument
|
H A D | omp_task_depend_all.c | 96 typedef struct task { struct 120 printf("task m_%d, th %d, checker %d\n", ptask->f_priv, th, lcheck); in thunk_m() argument
|
/llvm-project/openmp/tools/archer/tests/task/ |
H A D | omp_task_depend_all.c | 54 typedef struct task { struct 78 printf("task m_%d, th %d, checker %d\n", ptask->f_priv, th, lcheck); in thunk_m() argument
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachVMMemory.cpp | 33 nub_size_t MachVMMemory::PageSize(task_t task) { in PageSize() 63 nub_size_t MachVMMemory::MaxBytesLeftInPage(task_t task, nub_addr_t addr, in MaxBytesLeftInPage() 78 std::vector<nub_addr_t> get_dirty_pages(task_t task, mach_vm_address_t addr, in get_dirty_pages() 118 nub_bool_t MachVMMemory::GetMemoryRegionInfo(task_t task, nub_addr_t address, in GetMemoryRegionInfo() 168 DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, in GetMemoryProfile() 210 nub_size_t MachVMMemory::Read(task_t task, nub_addr_t address, void *data, in Read() 253 nub_size_t MachVMMemory::Write(task_t task, nub_addr_t address, in Write() 301 nub_size_t MachVMMemory::WriteRegion(task_t task, const nub_addr_t address, in WriteRegion()
|
/llvm-project/llvm/utils/vscode/llvm/src/ |
H A D | litTaskProvider.ts | 8 task: string; property 36 const task = _task.definition.task; constant
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_cancel.cpp | 81 kmp_taskdata_t *task; in __kmpc_cancel() local 194 kmp_taskdata_t *task; in __kmpc_cancellationpoint() local 321 kmp_taskdata_t *task; in __kmp_get_cancellation_status() local
|
/llvm-project/openmp/runtime/test/tasking/hidden_helper_task/ |
H A D | affinity.cpp | 48 kmp_task_t task; member 57 kmp_int32 omp_task_entry(kmp_int32 gtid, kmp_task_t_with_privates *task) { in omp_task_entry() argument
|