Searched refs:int_macro (Results 1 – 3 of 3) sorted by relevance
50 fn int_macro(&self, _name: &str, _value: i64) -> Option<IntKind> { in int_macro() method
31 fn int_macro(&self, name: &str, _value: i64) -> Option<IntKind> { in int_macro() method
258 .last_callback(|c| c.int_macro(&name, value)) in parse()