Home
last modified time | relevance | path

Searched refs:IntCompiler (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/src/libas/
H A Dcompiler.c++135 return new IntCompiler(input); in CreateCompiler()
152 IntCompiler::rc_t IntCompiler::g_rc;
153 NodePtr IntCompiler::g_global_import;
154 NodePtr IntCompiler::g_system_import;
155 NodePtr IntCompiler::g_native_import;
158 IntCompiler::IntCompiler(InputRetriever *input) in IntCompiler() function in sswf::as::IntCompiler
188 IntCompiler::~IntCompiler() in ~IntCompiler()
234 bool IntCompiler::isspace(int c) in isspace()
343 void IntCompiler::rc_t::ReadRC(void) in ReadRC()
609 void IntCompiler::ReadDB(void) in ReadDB()
[all …]
H A Dcompile.c++64 int IntCompiler::Compile(NodePtr& root) in Compile()
101 void IntCompiler::Offsets(NodePtr& node) in Offsets()
121 void IntCompiler::Program(NodePtr& program) in Program()
427 void IntCompiler::Var(NodePtr& var) in Var()
608 void IntCompiler::With(NodePtr& with) in With()
653 void IntCompiler::Goto(NodePtr& goto_node) in Goto()
740 void IntCompiler::For(NodePtr& for_node) in For()
812 void IntCompiler::Case(NodePtr& case_node) in Case()
882 void IntCompiler::If(NodePtr& if_node) in If()
917 void IntCompiler::Do(NodePtr& do_node) in Do()
[all …]
H A Dcompiler.h46 class IntCompiler : public Compiler
49 IntCompiler(InputRetriever *input);
50 virtual ~IntCompiler();
125 RestoreFlags(IntCompiler *compiler) in RestoreFlags()
137 IntCompiler * f_compiler;