Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/diplomat_core/src/hir/
Dpaths.rs21 pub struct StructPath<P: TyPosition = Everywhere> { struct
22 pub lifetimes: Lifetimes,
23 pub tcx_id: P::StructId,
146 impl<P: TyPosition> StructPath<P> { impl
152 impl StructPath { impl
Dty_position.rs109 type StructPath: Debug + StructPathLike; typedef
158 type StructPath = StructPath; typedef
177 type StructPath = ReturnableStructPath; typedef
196 type StructPath = StructPath; typedef
223 impl StructPathLike for StructPath { implementation
Dlowering.rs667 fn lower_type<P: TyPosition<StructPath = StructPath, OpaqueOwnership = Borrow>>( in lower_type()
/external/rust/android-crates-io/crates/thiserror/tests/
Dtest_path.rs17 struct StructPath { struct
18 file: Path,
/external/rust/android-crates-io/crates/diplomat_core/src/hir/methods/
Dborrowing_param.rs178 pub fn visit_param<P: TyPosition<StructPath = StructPath>>( in visit_param()
311 field: &P::StructPath, in compute_for_struct_field()
Dborrowing_field.rs185 fn from_type<P: TyPosition<StructPath = StructPath, OpaqueOwnership = Borrow>>( in from_type()
248 ty: &paths::StructPath, in visit_struct()
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp404 bool StructPath = isStructPathTBAA(A) && isStructPathTBAA(B); in getMostGenericTBAA() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp5478 SmallPtrSet<MDNode *, 4> StructPath; in visitTBAAMetadata() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DVerifier.cpp6740 SmallPtrSet<MDNode *, 4> StructPath; in visitTBAAMetadata() local