Home
last modified time | relevance | path

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

/third_party/rust/rust/library/alloc/src/collections/btree/
Dborrow.rs30 let new_ref = unsafe { &mut *ptr.as_ptr() }; in new() localVariable
/third_party/mesa3d/src/intel/vulkan/grl/gpu/
DAABB.h101 PrimRef new_ref; in PRIMREF_set_instance() local
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dsty.rs2043 pub fn new_ref(tcx: TyCtxt<'tcx>, r: Region<'tcx>, tm: TypeAndMut<'tcx>) -> Ty<'tcx> { in new_ref() method
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs32042 let new_ref = unsafe { &mut *ptr.as_ptr() }; localVariable