Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs140 fn constrain_type(&mut self, item: &Item, ty: &Type) -> CanDerive { in constrain_type() method
687 let mut can_derive = self.constrain_type(item, ty); in constrain()