package frama-c

  1. Overview
  2. Docs
Platform dedicated to the analysis of source code written in C

Install

dune-project
 Dependency

Authors

Maintainers

Sources

frama-c-31.0-Gallium.tar.gz
sha256=a94384f00d53791cbb4b4d83ab41607bc71962d42461f02d71116c4ff6dca567

doc/frama-c-e-acsl.core/E_ACSL/Functions/index.html

Module E_ACSL.Functions

val has_fundef : Frama_c_kernel.Cil_types.exp -> bool
  • returns

    true if a function whose name is given via exp is defined and false otherwise

  • returns

    true iff code must be generated for annotations of the given function.

  • returns

    true iff the given function must be instrumented.

RTL Operations on function belonging to the runtime library of E-ACSL

module RTL : sig ... end

Libc Operations on functions belonging to standard library

module Libc : sig ... end

Concurrency Operations concerning the support of concurrency

module Concurrency : sig ... end