Frama-C:
Plug-ins:
Libraries:

Frama-C API - Defs

Interface for the Scope plugin.

  • returns

    the set of statements that define lval before stmt in kf. Also returns the zone that is possibly not defined. Can return None when the information is not available (Pdg missing).

  • returns

    a map from the statements that define lval before stmt in kf. The first boolean indicates the possibility of a direct modification at this statement, ie. lval = ... or lval = f(). The second boolean indicates a possible indirect modification through a call. Also returns the zone that is possibly not defined. Can return None when the information is not available (Pdg missing).