Predicate useOfVarActual
Same as useOfVar(v, use), but with the extra condition that the
access use actually reads the value of the stack variable v at
run-time. (Non-examples include &x and function calls where the
callee does not use the relevant parameter.)
Import path
import cpppredicate useOfVarActual(SemanticStackVariable v, VariableAccess use)