cprover
taint_analysist Class Reference
Inheritance diagram for taint_analysist:
[legend]
Collaboration diagram for taint_analysist:
[legend]

Public Member Functions

 taint_analysist ()
 
bool operator() (const std::string &taint_file_name, const symbol_tablet &, goto_functionst &, bool show_full, const std::string &json_file_name)
 
- Public Member Functions inherited from messaget
virtual void set_message_handler (message_handlert &_message_handler)
 
message_handlertget_message_handler ()
 
 messaget ()
 
 messaget (const messaget &other)
 
 messaget (message_handlert &_message_handler)
 
virtual ~messaget ()
 
mstreamtget_mstream (unsigned message_level)
 
mstreamterror ()
 
mstreamtwarning ()
 
mstreamtresult ()
 
mstreamtstatus ()
 
mstreamtstatistics ()
 
mstreamtprogress ()
 
mstreamtdebug ()
 

Protected Member Functions

void instrument (const namespacet &, goto_functionst &)
 
void instrument (const namespacet &, goto_functionst::goto_functiont &)
 

Protected Attributes

taint_parse_treet taint
 
class_hierarchyt class_hierarchy
 
- Protected Attributes inherited from messaget
message_handlertmessage_handler
 
mstreamt mstream
 

Additional Inherited Members

- Public Types inherited from messaget
enum  message_levelt {
  M_ERROR =1, M_WARNING =2, M_RESULT =4, M_STATUS =6,
  M_STATISTICS =8, M_PROGRESS =9, M_DEBUG =10
}
 
- Static Public Member Functions inherited from messaget
static mstreamteom (mstreamt &m)
 
static mstreamtendl (mstreamt &m)
 

Detailed Description

Definition at line 29 of file taint_analysis.cpp.

Constructor & Destructor Documentation

◆ taint_analysist()

taint_analysist::taint_analysist ( )
inline

Definition at line 32 of file taint_analysis.cpp.

Member Function Documentation

◆ instrument() [1/2]

void taint_analysist::instrument ( const namespacet ns,
goto_functionst goto_functions 
)
protected

Definition at line 51 of file taint_analysis.cpp.

References goto_functions_templatet< bodyT >::function_map.

Referenced by operator()().

◆ instrument() [2/2]

◆ operator()()

Member Data Documentation

◆ class_hierarchy

class_hierarchyt taint_analysist::class_hierarchy
protected

Definition at line 45 of file taint_analysis.cpp.

Referenced by instrument(), and operator()().

◆ taint

taint_parse_treet taint_analysist::taint
protected

Definition at line 44 of file taint_analysis.cpp.

Referenced by instrument(), and operator()().


The documentation for this class was generated from the following file: