Searched refs:signedness_matches (Results 1 – 2 of 2) sorted by relevance
124 pub fn signedness_matches(&self, val: i64) -> bool { in signedness_matches() method
350 if val.is_none() || !kind.signedness_matches(val.unwrap()) { in parse()