Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dmsgpack.h52 void cb_signed(int64_t x) { derived().handle_signed(x); } in cb_signed()
73 void handle_signed(int64_t) {} in handle_signed() function
H A Dmsgpack.cpp209 void handle_signed(int64_t x) { printf("%ld", x); } in dump() function