|
cprover
|
ANSI-C Linking. More...
#include "linking.h"#include <cassert>#include <deque>#include <unordered_set>#include <util/base_type.h>#include <util/find_symbols.h>#include <util/pointer_offset_size.h>#include <util/simplify_expr.h>#include <langapi/language_util.h>#include "linking_class.h"
Include dependency graph for linking.cpp:Go to the source code of this file.
Functions | |
| static const typet & | follow_tags_symbols (const namespacet &ns, const typet &type) |
| bool | linking (symbol_tablet &dest_symbol_table, symbol_tablet &new_symbol_table, message_handlert &message_handler) |
ANSI-C Linking.
Definition in file linking.cpp.
|
static |
Definition at line 56 of file linking.cpp.
| bool linking | ( | symbol_tablet & | dest_symbol_table, |
| symbol_tablet & | new_symbol_table, | ||
| message_handlert & | message_handler | ||
| ) |
Definition at line 1391 of file linking.cpp.