Searched refs:handle_signed (Results 1 – 3 of 3) sorted by relevance
45 void cb_signed(int64_t x) { derived().handle_signed(x); } in cb_signed()66 void handle_signed(int64_t) {} in handle_signed() function
202 void handle_signed(int64_t x) { printf("%ld", x); } in dump() function
1230 def handle_signed(self): member in AstBuilder