Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dmsgpack.h117 type parse_type(unsigned char x);
131 assert(ty == parse_type(*start)); in handle_msgpack_given_type()
224 const type ty = parse_type(*start); in handle_msgpack()
H A Dmsgpack.cpp46 msgpack::type parse_type(unsigned char x) { in parse_type() function