Home
last modified time | relevance | path

Searched defs:EntryFnType (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_passes/src/
Dentry.rs33 fn entry_fn(tcx: TyCtxt<'_>, (): ()) -> Option<(DefId, EntryFnType)> { in entry_fn() argument
136 fn configure_main(tcx: TyCtxt<'_>, visitor: &EntryContext<'_>) -> Option<(DefId, EntryFnType)> { in configure_main() argument
/third_party/rust/rust/src/tools/miri/src/
Deval.rs266 entry_type: EntryFnType, in create_ecx()
422 entry_type: EntryFnType, in eval_entry()
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Dbase.rs453 entry_type: EntryFnType, in maybe_create_entry_wrapper()
/third_party/rust/rust/compiler/rustc_session/src/
Dconfig.rs1091 pub enum EntryFnType { enum