Frama-C API - Mt_cil
val is_call_to_sync : Frama_c_kernel.Cil_types.stmt -> boolIs this statement a call to the primitive Frama_C_mthread_sync
Pretty-printing
val pretty_succs : Stdlib.Format.formatter -> Frama_c_kernel.Cil_types.stmt -> unitPrint the sid of the successors of a statement
val kinstr_to_source : Frama_c_kernel.Cil_types.kinstr -> Frama_c_kernel.Filepath.position optionCalls stacks, and related functions
type stack_elt = Frama_c_kernel.Cil_types.kernel_function * Frama_c_kernel.Cil_types.kinstrmodule StackElt : Frama_c_kernel.Datatype.S with type t = stack_elttype stack = stack_elt listmodule Stack : sig ... end