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.0.tar.gz
md5=9f673f79708b44a7effb3b6bb3618d2c
sha512=cb91cb428e43a22f1abbcb8219710d0c10a5b3756d0da392d4084b3b3a6157350776c596983e63def344f617d39964e91f244f60c07958695ee5c8c809a9f0f4

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 : out_channel -> C_AST.project -> unit

Print a whole project as a valid C source.

OCaml

Innovation. Community. Security.