#include <assert.h>
#include "cfg.h"
#include "statement.h"
#include "exp.h"
#include "proc.h"
#include "prog.h"
#include "hllcode.h"
#include "chllcode.h"
#include "signature.h"
#include "boomerang.h"
#include "type.h"
#include "util.h"
#include "log.h"
#include <sstream>
Go to the source code of this file.
Functions | |
bool | isBareMemof (Exp *e, UserProc *proc) |
Variables | |
char * | operStrings [] |
static int | progress = 0 |
Append code for the given expression exp to stream str. |
|
Definition at line 1195 of file chllcode.cpp. References Exp::getSubExp1(), Exp::isMemOf(), UserProc::lookupSym(), and NULL. Referenced by CHLLCode::AddAssignmentStatement(). |
|
|
Append code for the given expression exp to stream str.
Definition at line 81 of file chllcode.cpp. |