CBMC
|
ANSI-C Language Type Checking. More...
#include "c_typecheck_base.h"
Go to the source code of this file.
Classes | |
class | ansi_c_typecheckt |
Functions | |
bool | ansi_c_typecheck (ansi_c_parse_treet &parse_tree, symbol_table_baset &symbol_table, const std::string &module, message_handlert &message_handler) |
bool | ansi_c_typecheck (exprt &expr, message_handlert &message_handler, const namespacet &ns) |
ANSI-C Language Type Checking.
Definition in file ansi_c_typecheck.h.
bool ansi_c_typecheck | ( | ansi_c_parse_treet & | parse_tree, |
symbol_table_baset & | symbol_table, | ||
const std::string & | module, | ||
message_handlert & | message_handler | ||
) |
Definition at line 26 of file ansi_c_typecheck.cpp.
bool ansi_c_typecheck | ( | exprt & | expr, |
message_handlert & | message_handler, | ||
const namespacet & | ns | ||
) |
Definition at line 37 of file ansi_c_typecheck.cpp.