fn pointer_origin_param_local_inner<'tcx>(
tcx: TyCtxt<'tcx>,
caller: DefId,
place: &PlaceKey,
forward: &ForwardVisitResult<'tcx>,
seen: &mut HashSet<PlaceKey>,
) -> Option<usize>Expand description
Recursively follows local values and call summaries to recover pointer provenance.