package frama-c

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

Module Mt_types.MutexPresenceSource

Sourcetype key
Sourcetype t
module KeySet : sig ... end
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval compare : t -> t -> int
Sourceval empty : t
Sourceval is_empty : t -> bool
Sourceval find : t -> key -> presence_flag
Sourceval add : key -> presence_flag -> t -> t
Sourceval combine : t -> t -> t
Sourceval only_present : t -> KeySet.t