Function flowistry::mir::utils::arg_places

source ·
pub fn arg_places<'tcx>(args: &[Operand<'tcx>]) -> Vec<(usize, Place<'tcx>)>
Expand description

Given the arguments to a function, returns all places in the arguments.