package goblint

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

Definition of Goblint specific user defined C attributes and their alternatives via options *

type attribute =
  1. | GobContext
  2. | GobPrecision
val attribute_to_string : attribute -> string
val has_attribute : string -> string -> GoblintCil.attribute list -> bool
val has_option : string -> string -> GoblintCil.fundec -> bool
val should_keep : isAttr:attribute -> keepOption:string -> removeAttr:string -> keepAttr:string -> GoblintCil.fundec -> bool