Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dmsgpack.h46 void cb_unsigned(uint64_t x) { derived().handle_unsigned(x); } in cb_unsigned()
67 void handle_unsigned(uint64_t) {} in handle_unsigned() function
245 void handle_unsigned(uint64_t x) { cb(x); } in foronly_unsigned() function
Dmsgpack.cpp203 void handle_unsigned(uint64_t x) { printf("%lu", x); } in dump() function
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py1227 def handle_unsigned(self): member in AstBuilder