Home
last modified time | relevance | path

Searched refs:foronly_unsigned (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dsystem.cpp284 msgpack::foronly_unsigned(value, [&](uint64_t x) { in map_lookup_uint64_t()
317 foronly_unsigned(value, [&](uint64_t x) { kernelarg->size_ = x; }); in populate_kernelArgMD()
319 foronly_unsigned(value, [&](uint64_t x) { kernelarg->offset_ = x; }); in populate_kernelArgMD()
H A Dmsgpack.h248 template <typename C> void foronly_unsigned(byte_range bytes, C callback) { in foronly_unsigned() function