Home
last modified time | relevance | path

Searched defs:can_derive (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs70 can_derive: HashMap<ItemId, CanDerive>, field
142 let can_derive = self in constrain_type() localVariable
431 let can_derive = self.can_derive in constrain_join() localVariable
644 let can_derive = HashMap::default(); in new() localVariable
685 let can_derive = match item.as_type() { in constrain() localVariable
687 let mut can_derive = self.constrain_type(item, ty); in constrain() localVariable