package mopsa

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

C_simplify - C AST to C AST simplification

type context

A simplification context must be created to perform simplification. All simplifications for the C program must occur within the same context.

val create_context : ?min_uid:int -> C_AST.target_info -> context

Create a simplification context.

val simplify_func : context -> C_AST.func -> unit

Simplify a single C function in the given context.

OCaml

Innovation. Community. Security.