cprover
c_preprocess.h File Reference
#include <iosfwd>
#include <string>
#include <util/message.h>
Include dependency graph for c_preprocess.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool c_preprocess (const std::string &path, std::ostream &outstream, message_handlert &message_handler)
 
bool c_preprocess (std::istream &instream, std::ostream &outstream, message_handlert &message_handler)
 ANSI-C preprocessing. More...
 
bool test_c_preprocessor (message_handlert &message_handler)
 

Function Documentation

◆ c_preprocess() [1/2]

◆ c_preprocess() [2/2]

bool c_preprocess ( std::istream &  instream,
std::ostream &  outstream,
message_handlert message_handler 
)

◆ test_c_preprocessor()

bool test_c_preprocessor ( message_handlert message_handler)

Definition at line 875 of file c_preprocess.cpp.

References c_preprocess(), c_test_program, and message_handler.

Referenced by cbmc_parse_optionst::doit().