package mopsa

  1. Overview
  2. Docs
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation

Install

Dune Dependency

Authors

Maintainers

Sources

mopsa-analyzer-v1.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500

doc/mopsa.mopsa_c_parser/Mopsa_c_parser/C_print/index.html

Module Mopsa_c_parser.C_printSource

C_print - Printing, converts C AST to valid C code

Sourceval integer_suffix : C_AST.integer_type -> string
Sourceval float_suffix : C_AST.float_type -> string

Suffix for litterals.

Sourceval string_of_signedness : C_AST.signedness -> string
Sourceval string_of_integer_type : C_AST.integer_type -> string
Sourceval string_of_float_type : C_AST.float_type -> string
Sourceval string_of_record_kind : C_AST.record_kind -> string
Sourceval string_of_qualifier : C_AST.qualifier -> string
Sourceval string_of_binary_arithmetic : C_AST.binary_arithmetic -> string
Sourceval string_of_binary_logical : C_AST.binary_logical -> string
Sourceval string_of_binary_operator : C_AST.binary_operator -> string
Sourceval string_of_unary_operator : C_AST.unary_operator -> string
Sourceval string_of_inc_direction : C_AST.inc_direction -> string
Sourceval string_of_var_decl : C_AST.variable -> string
Sourceval string_of_var_advance_decl : C_AST.variable -> string
Sourceval string_of_func_decl : C_AST.func -> string
Sourceval string_of_func_proto : C_AST.func -> string
Sourceval string_of_expr : C_AST.expr -> string
Sourceval string_of_type : C_AST.typ -> string
Sourceval string_of_type_qual : C_AST.type_qual -> string
Sourceval string_of_string_literal : string -> string
Sourceval string_of_enum_decl : C_AST.enum_type -> string
Sourceval string_of_record_decl : C_AST.record_type -> string
Sourceval string_of_typedef : C_AST.typedef -> string
Sourceval string_of_statement : C_AST.statement -> string

Convert SAST types to string.

Sourceval print_project : ?verbose:bool -> out_channel -> C_AST.project -> unit

Print a whole project as a valid C source.

OCaml

Innovation. Community. Security.