Searched defs:lid (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/altera/ |
H A D | single-work-item-barrier.cpp | 34 int lid = get_local_id(0); in success_barrier_both_ids() local 62 int lid = get_local_id(0); in success_nokernel_barrier_both_ids() local 94 int lid = get_local_id(0); in success_barrier_both_ids() local 122 int lid = get_local_id(0); in success_nokernel_barrier_both_ids() local 182 int lid = get_local_id(0); in success_barrier_both_ids() local 210 int lid = get_local_id(0); in success_nokernel_barrier_both_ids() local 270 int lid = get_local_id(0); in success_barrier_both_ids() local 298 int lid = get_local_id(0); in success_nokernel_barrier_both_ids() local
|
/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/ |
H A D | 2lwp_process_SIGSEGV.c | 27 lwpid_t lid; in main() local
|
H A D | 2lwp_t2_SIGSEGV.c | 22 lwpid_t lid; in main() local
|
/llvm-project/mlir/unittests/Dialect/SparseTensor/ |
H A D | MergerTest.cpp | 138 LoopId lid(unsigned i) const { return merger.makeLoopId(i); } in lid() function in __anon93a878f70111::MergerTestBase
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1810 #define __sanitizer_syscall_pre__sched_setparam(pid, lid, policy, params) \ argument 1814 #define __sanitizer_syscall_post__sched_setparam(res, pid, lid, policy, \ argument 1819 #define __sanitizer_syscall_pre__sched_getparam(pid, lid, policy, params) \ argument 1823 #define __sanitizer_syscall_post__sched_getparam(res, pid, lid, policy, \ argument 1828 #define __sanitizer_syscall_pre__sched_setaffinity(pid, lid, size, cpuset) \ argument 1832 #define __sanitizer_syscall_post__sched_setaffinity(res, pid, lid, size, \ argument 1837 #define __sanitizer_syscall_pre__sched_getaffinity(pid, lid, size, cpuset) \ argument 1841 #define __sanitizer_syscall_post__sched_getaffinity(res, pid, lid, size, \ argument
|