CBMC
c_preprocess.h File Reference
#include <iosfwd>
#include <string>
+ 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]

bool c_preprocess ( const std::string &  path,
std::ostream &  outstream,
message_handlert message_handler 
)

Definition at line 200 of file c_preprocess.cpp.

◆ c_preprocess() [2/2]

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

ANSI-C preprocessing.

Definition at line 154 of file c_preprocess.cpp.

◆ test_c_preprocessor()

bool test_c_preprocessor ( message_handlert message_handler)

Definition at line 751 of file c_preprocess.cpp.