package frama-c

  1. Overview
  2. Docs

doc/frama-c.kernel/Frama_c_kernel/Classify/index.html

Module Frama_c_kernel.Classify

val is_frama_c_builtin : Cil_types.varinfo -> bool

Checks if the given name is the name of a Frama-C builtin

val is_va_builtin : string -> bool

Checks if the given name is the name of one of the variadic va_* builtins

val is_variadic_function : Cil_types.varinfo -> bool

Checks if a varinfo is a variadic function

Build a variadic function record for the given varinfo according to its classification. Returns None if the function is not variadic.