CBMC
|
#include "cpp_typecheck.h"
#include <algorithm>
#include <util/pointer_expr.h>
#include <util/source_location.h>
#include <util/symbol.h>
#include <ansi-c/builtin_factory.h>
#include "cpp_declarator.h"
#include "cpp_util.h"
#include "expr2cpp.h"
Go to the source code of this file.
Functions | |
bool | cpp_typecheck (cpp_parse_treet &cpp_parse_tree, symbol_tablet &symbol_table, const std::string &module, message_handlert &message_handler) |
bool | cpp_typecheck (exprt &expr, message_handlert &message_handler, const namespacet &ns) |
C++ Language Type Checking
Definition in file cpp_typecheck.cpp.
bool cpp_typecheck | ( | cpp_parse_treet & | cpp_parse_tree, |
symbol_tablet & | symbol_table, | ||
const std::string & | module, | ||
message_handlert & | message_handler | ||
) |
Definition at line 87 of file cpp_typecheck.cpp.
bool cpp_typecheck | ( | exprt & | expr, |
message_handlert & | message_handler, | ||
const namespacet & | ns | ||
) |
Definition at line 98 of file cpp_typecheck.cpp.