[][src]Function raptor::analysis::parameter_identification

pub fn parameter_identification<V: Value>(
    function: &Function<V>
) -> Result<Vec<Variable>>

Attempt to identify the variables and stack arguments which are the incoming parameters to this function.