valeval_callee:Cil_types.exp->request->Cil_types.kernel_functionlistresult(* Ignores non-function values; exp must come from Cil Call constructor and are restricted to lvalues with no offset *)
(* Returns the kernel functions into which the given expression may evaluate.
If the callee expression doesn't always evaluate to a function, those
spurious values are ignored. If it always evaluate to a non-function value
then the returned list is empty.
Raises [Stdlib.Invalid_argument] if the callee expression is not an lvalue
without offset.
Also see [callee] for a function which applies directly on Call
valeval_callee:Cil_types.exp->request->Cil_types.kernel_functionlistresult(* Ignores non-function values; exp must come from Cil Call constructor and are restricted to lvalues with no offset *)
(* Returns the kernel functions into which the given expression may evaluate.
If the callee expression doesn't always evaluate to a function, those
spurious values are ignored. If it always evaluate to a non-function value
then the returned list is empty.
Raises [Stdlib.Invalid_argument] if the callee expression is not an lvalue
without offset.
Also see [callee] for a function which applies directly on Call