1234567891011121314151617181920212223242526272829303132333435363738394041(**************************************************************************)(* *)(* SPDX-License-Identifier LGPL-2.1 *)(* Copyright (C) *)(* CEA (Commissariat à l'énergie atomique et aux énergies alternatives) *)(* *)(**************************************************************************)(** Eva public API.
The main modules are:
- Analysis: run the analysis.
- Results: access analysis results, especially the values of expressions
and memory locations of lvalues at each program point.
The following modules allow configuring the Eva analysis:
- Parameters: change the configuration of the analysis.
- Eva_annotations: add local annotations to guide the analysis.
- Builtins: register ocaml builtins to be used by the cvalue domain
instead of analysing the body of some C functions.
Other modules are for internal use only. *)(* This file is generated. Do not edit. *)moduleAnalysis=AnalysismoduleCallstack=CallstackmoduleDeps=DepsmoduleResults=ResultsmoduleParameters=ParametersmoduleEva_perf=Eva_perfmoduleStatistics=StatisticsmoduleExport=ExportmoduleEva_annotations=Eva_annotationsmoduleEval=EvalmoduleAssigns=AssignsmoduleEva_ast=Eva_astmoduleBuiltins=BuiltinsmoduleCvalue_callbacks=Cvalue_callbacksmoduleLogic_inout=Logic_inoutmoduleEva_results=Eva_resultsmoduleUnit_tests=Unit_tests