package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This allows us to query information about library functions.

val add_lib_funs : string list -> unit
val use_special : string -> bool

This is for when we need to use special transfer function on functions calls that have definitions.

val is_safe_uncalled : string -> bool

Find library function descriptor for special function (as per is_special).

val is_special : GoblintCil.Cil.varinfo -> bool

Check if function is treated specially.

val verifier_atomic_var : GoblintCil.Cil.varinfo