Home
last modified time | relevance | path

Searched defs:ReprOptions (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/compiler/rustc_abi/src/
Dlayout.rs50 repr: &ReprOptions, in univariant()
130 repr: &ReprOptions, in layout_of_struct_or_enum()
727 repr: &ReprOptions, in layout_of_union()
826 repr: &ReprOptions, in univariant()
Dlib.rs74 pub struct ReprOptions { struct
89 impl ReprOptions { argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/layout/
Dadt.rs146 repr: &ReprOptions, in repr_discr()
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dadt.rs204 pub fn repr(self) -> ReprOptions { in repr()
233 repr: ReprOptions, in new()
Dlayout.rs30 repr: &ReprOptions, in repr_discr()
81 repr: &ReprOptions, in repr_discr()
Dcontext.rs635 repr: ReprOptions, in mk_adt_def()
Dmod.rs2240 pub fn repr_options_of_def(self, did: DefId) -> ReprOptions { in repr_options_of_def()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/data/
Dadt.rs101 ) -> Option<ReprOptions> { in repr_from_value()
105 fn parse_repr_tt(tt: &Subtree) -> Option<ReprOptions> { in parse_repr_tt()
/third_party/rust/rust/compiler/rustc_ty_utils/src/
Dlayout.rs82 repr: &ReprOptions, in univariant_uninterned()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs1015 pub fn repr(self, db: &dyn HirDatabase) -> Option<ReprOptions> { in repr()
1094 pub fn repr(self, db: &dyn HirDatabase) -> Option<ReprOptions> { in repr()