Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dmanual_filter_map.rs74 fn to_ref<'a, T>(_: T) -> &'a T { in to_ref() function
Dmanual_find_map.rs77 fn to_ref<'a, T>(_: T) -> &'a T { in to_ref() function
/third_party/rust/rust/tests/ui/traits/
Dissue-52893.rs21 fn to_ref(&self) -> Self::RefRes; in to_ref() method
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dplace.rs143 pub fn to_ref(self, cx: &impl HasDataLayout) -> Immediate<Prov> { in to_ref() method