Home
last modified time | relevance | path

Searched defs:Variants (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/rust/tests/rustdoc/
Dtype-layout.rs73 pub enum Variants { enum
/third_party/rust/rust/src/librustdoc/html/render/
Dtype_layout.rs47 let Variants::Multiple { variants, tag, tag_encoding, .. } = in document_type_layout() localVariable
Dmod.rs2030 Variants, enumerator
/third_party/rust/crates/syn/json/src/
Dlib.rs123 pub type Variants = IndexMap<String, Vec<Type>>; typedef
/third_party/rust/rust/src/tools/rustfmt/config_proc_macro/src/
Ditem_enum.rs8 type Variants = syn::punctuated::Punctuated<syn::Variant, syn::Token![,]>; typedef
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/
Dnative.rs161 …let Variants::Multiple { tag_encoding: TagEncoding::Direct, ref variants, .. } = generator_type_an… in build_generator_di_node() localVariable
Dcpp_like.rs670 …let Variants::Multiple { tag_encoding: TagEncoding::Direct, tag_field, .. } = generator_type_and_l… in build_union_fields_for_direct_tag_generator() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dlayout.rs50 pub type Variants = hir_def::layout::Variants<RustcEnumVariantIdx>; typedef
/third_party/rust/crates/syn/codegen/src/
Dparse.rs95 fn introspect_enum(item: &DataEnum, lookup: &Lookup) -> types::Variants { in introspect_enum()
/third_party/rust/rust/compiler/rustc_ty_utils/src/
Dlayout.rs1028 let Variants::Multiple { tag, ref tag_encoding, tag_field, .. } = layout.variants else { in variant_info_for_generator() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1971 Variants[] = { in schedule() local
1992 Variants[] = { in schedule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2690 static const unsigned Variants[] = {AMDGPUAsmVariants::DEFAULT}; in getMatchedVariants() local
2695 static const unsigned Variants[] = {AMDGPUAsmVariants::VOP3}; in getMatchedVariants() local
2700 static const unsigned Variants[] = {AMDGPUAsmVariants::SDWA, in getMatchedVariants() local
2706 static const unsigned Variants[] = {AMDGPUAsmVariants::DPP}; in getMatchedVariants() local
2710 static const unsigned Variants[] = { in getMatchedVariants() local
/third_party/rust/rust/compiler/rustc_abi/src/
Dlib.rs1360 pub enum Variants { enum
1585 pub fn variants(self) -> &'a Variants { in variants()
/third_party/rust/rust/compiler/rustc_lint/src/
Dtypes.rs1579 let Variants::Multiple { in check_item() localVariable