Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Dmod.rs240 pub(crate) struct CrateRoot { struct
242 header: CrateHeader,
244 extra_filename: String,
245 stable_crate_id: StableCrateId,
246 required_panic_strategy: Option<PanicStrategy>,
247 panic_in_drop_strategy: PanicStrategy,
248 edition: Edition,
249 has_global_allocator: bool,
250 has_alloc_error_handler: bool,
251 has_panic_handler: bool,
[all …]
Ddecoder.rs687 pub(crate) fn get_root(&self) -> CrateRoot { in get_root()
720 impl CrateRoot { impl
1602 root: CrateRoot, in new()
Dencoder.rs547 fn encode_crate_root(&mut self) -> LazyValue<CrateRoot> { in encode_crate_root()
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dundocumented_unsafe_blocks.rs485 unsafe trait CrateRoot {} trait
488 unsafe impl CrateRoot for () {} implementation
491 unsafe impl CrateRoot for (i32) {} impl
/third_party/rust/rust/src/tools/clippy/tests/ui-toml/undocumented_unsafe_blocks/
Dundocumented_unsafe_blocks.rs486 unsafe trait CrateRoot {} interface
489 unsafe impl CrateRoot for () {} implementation
492 unsafe impl CrateRoot for (i32) {} impl
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
Dtags.rs61 CrateRoot, enumerator
/third_party/rust/rust/compiler/rustc_hir/src/
Ddefinitions.rs254 CrateRoot, enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dnameres.rs210 CrateRoot { enumerator
/third_party/rust/rust/compiler/rustc_metadata/src/
Dcreader.rs633 crate_root: &CrateRoot, in resolve_crate_deps()
/third_party/rust/rust/compiler/rustc_resolve/src/
Dlib.rs116 CrateRoot, enumerator