cprover
format_expr.h File Reference
#include "expr.h"
#include "format.h"
Include dependency graph for format_expr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::ostream & format_rec (std::ostream &, const exprt &)
 Formats an expression in a generic syntax that is inspired by C/C++/Java, and is meant for debugging. More...
 

Function Documentation

◆ format_rec()