Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/analysis/
Dderive.rs111 can_derive: CanDerive, in insert()
141 fn constrain_type(&mut self, item: &Item, ty: &Type) -> CanDerive { in constrain_type()
419 ) -> CanDerive { in constrain_join()
530 fn can_derive_fnptr(&self, f: &FunctionSig) -> CanDerive { in can_derive_fnptr()
547 fn can_derive_vector(&self) -> CanDerive { in can_derive_vector()
563 fn can_derive_pointer(&self) -> CanDerive { in can_derive_pointer()
576 fn can_derive_simple(&self, kind: &TypeKind) -> CanDerive { in can_derive_simple()
726 can_derive: HashMap<ItemId, CanDerive>, in as_cannot_derive_set() argument
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dderive.rs96 pub enum CanDerive { enum
110 impl Default for CanDerive { implementation
116 impl CanDerive { implementation
123 impl ops::BitOr for CanDerive { implementation
131 impl ops::BitOrAssign for CanDerive { implementation
Dlayout.rs128 ) -> CanDerive { in array_size_within_derive_limit()
Dcontext.rs2285 ) -> CanDerive { in blocklisted_type_implements_trait()
2739 ) -> CanDerive { in lookup_can_derive_partialeq_or_partialord()