Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dpatch.rs146 pub fn new_internal(&mut self, ty: Ty<'tcx>, span: Span) -> Local { in new_internal() method
/third_party/rust/rust/src/bootstrap/
Dbuilder.rs863 fn new_internal(build: &Build, kind: Kind, paths: Vec<PathBuf>) -> Builder<'_> { in new_internal() method
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs1010 pub(crate) unsafe fn new_internal( in new_internal() method
/third_party/rust/rust/library/alloc/src/collections/btree/
Dnode.rs226 fn new_internal<A: Allocator + Clone>(child: Root<K, V>, alloc: A) -> Self { in new_internal() method