#include <assert.h>
#include "types.h"
#include "type.h"
#include "util.h"
#include "exp.h"
#include "cfg.h"
#include "proc.h"
#include "signature.h"
#include "boomerang.h"
#include "log.h"
Go to the source code of this file.
Defines | |
#define | AS_TYPE(x) |
#define | NO_BOUND 9999999 |
#define | RESOLVES_TO_TYPE(x) |
Functions | |
AS_TYPE (Size) | |
std::ostream & | operator<< (std::ostream &os, Type *t) |
Variables | |
char | debug_buffer [] |
For prints functions. | |
static int | pointerCompareNest = 0 |
|
Value: |
|
Definition at line 103 of file type.cpp. Referenced by ArrayType::isUnbounded(), and ArrayType::setBaseType(). |
|
Value: |
|
|
|
Definition at line 1115 of file type.cpp. References Type::asInteger(), eInteger, Type::getId(), IntegerType::getSize(), and NULL. |
|
For prints functions.
Definition at line 285 of file basicblock.cpp. Referenced by BasicBlock::prints(), ConstraintMap::prints(), EquateMap::prints(), Constraints::prints(), UseCollector::prints(), DefCollector::prints(), Exp::prints(), UserProc::prints(), RTL::prints(), Signature::prints(), Statement::prints(), and DataIntervalMap::prints(). |
|
|