CBMC
taint_analysis.h File Reference

Taint Analysis. More...

#include <optional>
#include <string>
+ Include dependency graph for taint_analysis.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool taint_analysis (goto_modelt &, const std::string &taint_file_name, message_handlert &, bool show_full, const std::optional< std::string > &json_output_file_name={})
 

Detailed Description

Taint Analysis.

Definition in file taint_analysis.h.

Function Documentation

◆ taint_analysis()

bool taint_analysis ( goto_modelt goto_model,
const std::string &  taint_file_name,
message_handlert message_handler,
bool  show_full,
const std::optional< std::string > &  json_output_file_name = {} 
)

Definition at line 419 of file taint_analysis.cpp.