#include "visitor.h"
#include "exp.h"
#include "statement.h"
#include "log.h"
#include "boomerang.h"
#include "proc.h"
#include "signature.h"
#include "prog.h"
#include <sstream>
Go to the source code of this file.
Functions | |
static Exp * | checkSignedness (Exp *e, int reqSignedness) |
|
Definition at line 929 of file visitor.cpp. References Exp::ascendType(), Type::asInteger(), IntegerType::getSignedness(), Type::resolvesToInteger(), IntegerType::setSigned(), and STD_SIZE. Referenced by ExpCastInserter::postVisit(). |