Frama-C:
Plug-ins:
Libraries:

Frama-C API - Inout

Returns the memory zone needed to evaluate the given expression at the given statement.

Returns the memory zone read by the given statement.

Returns the memory zone modified by the given statement.

Returns the memory zone read by the given function, including its local and formal variables.

Returns the memory zone read by the given function, without its local and formal variables.

Returns the memory zone modified by the given function, including its local and formal variables.

Returns the memory zone modified by the given function, without its local and formal variables.

Returns the inputs/outputs computed for the given function. If stmt is specified and is a possible call to the given function, returns the inputs/outputs for this call specifically.