Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dmsgpack.h53 void cb_unsigned(uint64_t x) { derived().handle_unsigned(x); } in cb_unsigned()
74 void handle_unsigned(uint64_t) {} in handle_unsigned() function
252 void handle_unsigned(uint64_t x) { cb(x); } in foronly_unsigned() function
H A Dmsgpack.cpp210 void handle_unsigned(uint64_t x) { printf("%lu", x); } in dump() function