fn call_pointer_origin_param<'tcx>(
tcx: TyCtxt<'tcx>,
caller: DefId,
call: &CallSummary<'tcx>,
forward: &ForwardVisitResult<'tcx>,
seen: &mut HashSet<PlaceKey>,
) -> Option<usize>Expand description
Recovers pointer provenance from interprocedural call effects.