Home
last modified time | relevance | path

Searched defs:Subtype (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DArchitecture.cpp21 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureFromCpuType() argument
33 #define ARCHINFO(Arch, Type, Subtype) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument
41 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureName() argument
57 #define ARCHINFO(Arch, Type, Subtype) \ in getCPUTypeFromArchitecture() argument
/third_party/rust/rust/compiler/rustc_middle/src/traits/
Dquery.rs42 pub struct Subtype<'tcx> { struct
43 pub sub: Ty<'tcx>,
44 pub sup: Ty<'tcx>,
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/query/type_op/
Dsubtype.rs9 impl<'tcx> super::QueryTypeOp<'tcx> for Subtype<'tcx> { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp559 unsigned *Type, unsigned *Subtype) { in getIntelProcessorTypeAndSubtype()
883 unsigned *Subtype) { in getAMDProcessorTypeAndSubtype()
1148 unsigned Subtype = 0; in getHostCPUName() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp1139 const MachO::CPUSubTypeX86 Subtype; member in __anon2dfb8e7b0211::DarwinX86_64AsmBackend
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dmod.rs688 Subtype(SubtypePredicate<'tcx>), enumerator
718 Subtype, enumerator
/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dmod.rs375 Subtype(Box<TypeTrace<'tcx>>), enumerator