CBMC
smt2irep.cpp File Reference
#include <testing-utils/smt2irep.h>
#include <solvers/smt2/smt2irep.h>
#include <util/message.h>
#include <sstream>
+ Include dependency graph for smt2irep.cpp:

Go to the source code of this file.

Functions

bool operator== (const smt2_parser_test_resultt &left, const smt2_parser_test_resultt &right)
 Author: Diffblue Ltd. More...
 
smt2_parser_test_resultt smt2irep (const std::string &input)
 
std::ostream & operator<< (std::ostream &output_stream, const smt2_parser_test_resultt &test_result)
 
smt2_parser_test_resultt smt2_parser_success (irept parse_tree)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  output_stream,
const smt2_parser_test_resultt test_result 
)

Definition at line 26 of file smt2irep.cpp.

◆ operator==()

bool operator== ( const smt2_parser_test_resultt left,
const smt2_parser_test_resultt right 
)

Author: Diffblue Ltd.

Definition at line 10 of file smt2irep.cpp.

◆ smt2_parser_success()

smt2_parser_test_resultt smt2_parser_success ( irept  parse_tree)

Definition at line 58 of file smt2irep.cpp.

◆ smt2irep()

smt2_parser_test_resultt smt2irep ( const std::string &  input)

Definition at line 18 of file smt2irep.cpp.