Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dmsgpack.h45 void cb_signed(int64_t x) { derived().handle_signed(x); } in cb_signed()
66 void handle_signed(int64_t) {} in handle_signed() function
Dmsgpack.cpp202 void handle_signed(int64_t x) { printf("%ld", x); } in dump() function
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py1230 def handle_signed(self): member in AstBuilder