CBMC
path.h File Reference

Loop Acceleration. More...

#include <iosfwd>
#include <list>
#include <util/std_expr.h>
#include <goto-programs/goto_program.h>
+ Include dependency graph for path.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  path_nodet
 

Typedefs

typedef std::list< path_nodetpatht
 
typedef std::list< pathtpathst
 

Functions

void output_path (const patht &path, const goto_programt &program, const namespacet &ns, std::ostream &str)
 

Detailed Description

Loop Acceleration.

Definition in file path.h.

Typedef Documentation

◆ pathst

typedef std::list<patht> pathst

Definition at line 45 of file path.h.

◆ patht

typedef std::list<path_nodet> patht

Definition at line 44 of file path.h.

Function Documentation

◆ output_path()

void output_path ( const patht path,
const goto_programt program,
const namespacet ns,
std::ostream &  str 
)