Searched refs:PeekCallKind (Results 1 – 1 of 1) sorted by relevance
129 (PeekCallKind::ByRef, mir::Rvalue::Ref(_, _, place)) in sanity_check_via_rustc_peek()131 PeekCallKind::ByVal, in sanity_check_via_rustc_peek()167 enum PeekCallKind { enum172 impl PeekCallKind { implementation175 ty::Ref(_, _, _) => PeekCallKind::ByRef, in from_arg_ty()176 _ => PeekCallKind::ByVal, in from_arg_ty()184 kind: PeekCallKind,207 let kind = PeekCallKind::from_arg_ty(substs.type_at(0)); in from_terminator()