Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dderive.rs96 pub enum CanDerive { enum
110 impl Default for CanDerive { implementation
116 impl CanDerive { impl
123 impl ops::BitOr for CanDerive { implementation
131 impl ops::BitOrAssign for CanDerive { implementation
Dlayout.rs133 ) -> CanDerive { in array_size_within_derive_limit()
Dcontext.rs2219 ) -> CanDerive { in blocklisted_type_implements_trait()
2535 ) -> CanDerive { in lookup_can_derive_partialeq_or_partialord()
/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs110 can_derive: CanDerive, in insert()
140 fn constrain_type(&mut self, item: &Item, ty: &Type) -> CanDerive { in constrain_type()
418 ) -> CanDerive { in constrain_join()
543 fn can_derive_fnptr(&self, f: &FunctionSig) -> CanDerive { in can_derive_fnptr()
560 fn can_derive_vector(&self) -> CanDerive { in can_derive_vector()
576 fn can_derive_pointer(&self) -> CanDerive { in can_derive_pointer()
589 fn can_derive_simple(&self, kind: &TypeKind) -> CanDerive { in can_derive_simple()
739 can_derive: HashMap<ItemId, CanDerive>, in as_cannot_derive_set() argument