Searched refs:int_macro (Results 1 – 4 of 4) sorted by relevance
9 fn int_macro(&self, _name: &str, value: i64) -> Option<IntKind> { in int_macro() method
36 fn int_macro(&self, _name: &str, _value: i64) -> Option<IntKind> { in int_macro() method
358 fn int_macro(&self, _name: &str, value: i64) -> Option<IntKind> { in int_macro() method
283 .and_then(|c| c.int_macro(&name, value)) in parse()