Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dmsgpack.h118 unsigned bytes_used_fixed(type ty);
133 const uint64_t bytes_used = bytes_used_fixed(ty); in handle_msgpack_given_type()
H A Dmsgpack.cpp34 unsigned bytes_used_fixed(msgpack::type ty) { in bytes_used_fixed() function