Searched refs:is_guaranteed_pod (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | pod.rs | 5 pub fn is_guaranteed_pod(&self, ty: &Type) -> bool { in is_guaranteed_pod() functions 20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod() 33 Type::Array(array) => self.is_guaranteed_pod(&array.inner), in is_guaranteed_pod()
|
H A D | types.rs | 248 _ => !self.is_guaranteed_pod(ty), in needs_indirect_abi()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | pod.rs | 5 pub fn is_guaranteed_pod(&self, ty: &Type) -> bool { in is_guaranteed_pod() functions 20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod() 33 Type::Array(array) => self.is_guaranteed_pod(&array.inner), in is_guaranteed_pod()
|
H A D | types.rs | 248 _ => !self.is_guaranteed_pod(ty), in needs_indirect_abi()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | pod.rs | 5 pub fn is_guaranteed_pod(&self, ty: &Type) -> bool { in is_guaranteed_pod() functions 20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod() 33 Type::Array(array) => self.is_guaranteed_pod(&array.inner), in is_guaranteed_pod()
|
H A D | types.rs | 248 _ => !self.is_guaranteed_pod(ty), in needs_indirect_abi()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | pod.rs | 5 pub fn is_guaranteed_pod(&self, ty: &Type) -> bool { in is_guaranteed_pod() functions 20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod() 33 Type::Array(array) => self.is_guaranteed_pod(&array.inner), in is_guaranteed_pod()
|
H A D | types.rs | 248 _ => !self.is_guaranteed_pod(ty), in needs_indirect_abi()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | pod.rs | 5 pub fn is_guaranteed_pod(&self, ty: &Type) -> bool { in is_guaranteed_pod() functions 20 .all(|field| self.is_guaranteed_pod(&field.ty)) in is_guaranteed_pod() 33 Type::Array(array) => self.is_guaranteed_pod(&array.inner), in is_guaranteed_pod()
|
H A D | types.rs | 248 _ => !self.is_guaranteed_pod(ty), in needs_indirect_abi()
|
Completed in 3 milliseconds