cprover
goto_rw.h File Reference
#include <iosfwd>
#include <map>
#include <memory>
#include "guard.h"
#include <goto-programs/goto_program.h>
+ Include dependency graph for goto_rw.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  range_domain_baset
 
class  range_domaint
 
class  rw_range_sett
 
class  rw_range_set_value_sett
 
class  guarded_range_domaint
 
class  rw_guarded_range_set_value_sett
 

Typedefs

typedef int range_spect
 

Functions

void goto_rw (const irep_idt &function, goto_programt::const_targett target, rw_range_sett &rw_set)
 
void goto_rw (const irep_idt &function, const goto_programt &, rw_range_sett &rw_set)
 
void goto_rw (const goto_functionst &, const irep_idt &function, rw_range_sett &rw_set)
 
range_spect to_range_spect (const mp_integer &size)
 
std::ostream & operator<< (std::ostream &out, const rw_range_sett &rw_set)
 

Typedef Documentation

◆ range_spect

typedef int range_spect

Definition at line 57 of file goto_rw.h.

Function Documentation

◆ goto_rw() [1/3]

void goto_rw ( const goto_functionst ,
const irep_idt function,
rw_range_sett rw_set 
)

Definition at line 839 of file goto_rw.cpp.

◆ goto_rw() [2/3]

void goto_rw ( const irep_idt function,
const goto_programt ,
rw_range_sett rw_set 
)

Definition at line 830 of file goto_rw.cpp.

◆ goto_rw() [3/3]

void goto_rw ( const irep_idt function,
goto_programt::const_targett  target,
rw_range_sett rw_set 
)

Definition at line 754 of file goto_rw.cpp.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const rw_range_sett rw_set 
)
inline

Definition at line 247 of file goto_rw.h.

◆ to_range_spect()

range_spect to_range_spect ( const mp_integer size)
inline

Definition at line 59 of file goto_rw.h.