![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
#include "decompiler/scummv6/engine.h"
#include <vector>
#include "../CodeGenerator.h"
#include "../ControlFlow.h"
#include "../Disassembler.h"
#include "../Graph.h"
#include <streambuf>
#include <ostream>
#include <gmock/gmock.h>
#include "util.h"
Macros | |
#define | GET(vertex) (boost::get(boost::vertex_name, g, vertex)) |
Typedefs | |
typedef std::vector< std::string >::iterator | CodeIterator |
Functions | |
std::string | removeSpaces (std::string s) |
TEST (CodeGen, testContinue) | |
TEST (CodeGen, testBreak) | |
TEST (CodeGen, testElse) | |
TEST (CodeGen, DISABLED_testCoalescing) | |
#define GET | ( | vertex | ) | (boost::get(boost::vertex_name, g, vertex)) |
typedef std::vector<std::string>::iterator CodeIterator |
std::string removeSpaces | ( | std::string | s | ) |
TEST | ( | CodeGen | , |
DISABLED_testCoalescing | |||
) |
TEST | ( | CodeGen | , |
testBreak | |||
) |
TEST | ( | CodeGen | , |
testContinue | |||
) |
TEST | ( | CodeGen | , |
testElse | |||
) |