Frama-C:
Plug-ins:
Libraries:

Frama-C API - Cvalue_forward

Forward operations on Cvalue.V.t

type 'a truth = [
  1. | `False
  2. | `Unknown of 'a
  3. | `True
]

make_volatile ?typ v makes the value v more general (to account for external modifications), whenever typ is None or when it has type qualifier volatile.

val eval_float_constant : float -> Frama_c_kernel.Cil_types.fkind -> string option -> Frama_c_kernel.Cvalue.V.t