Predicate unlockCall
Holds if call
is a call that unlocks its argument arg
.
Import path
import cpp
predicate
unlockCall
(
Expr
arg
,
FunctionCall
call
)