Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs66 derive_trait: DeriveTrait, field
116 self.derive_trait, in insert()
144 .blocklisted_type_implements_trait(item, self.derive_trait); in constrain_type()
148 self.derive_trait in constrain_type()
152 self.derive_trait in constrain_type()
156 self.derive_trait in constrain_type()
162 if self.derive_trait.not_by_name(self.ctx, &item) { in constrain_type()
165 self.derive_trait in constrain_type()
172 if !self.derive_trait.can_derive_union() && in constrain_type()
178 self.derive_trait in constrain_type()
[all …]
/external/rust/crates/bindgen/src/ir/
Dcontext.rs2218 derive_trait: DeriveTrait, in blocklisted_type_implements_trait()
2231 .entry(derive_trait) in blocklisted_type_implements_trait()
2238 cb.blocklisted_type_implements_trait(name, derive_trait) in blocklisted_type_implements_trait()