Lines Matching refs:IntCompiler

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()
207 InputRetriever *IntCompiler::SetInputRetriever(InputRetriever *retriever) in SetInputRetriever()
217 void IntCompiler::SetErrorStream(ErrorStream& error_stream) in SetErrorStream()
224 void IntCompiler::SetOptions(Options& options) in SetOptions()
234 bool IntCompiler::isspace(int c) in isspace()
242 void IntCompiler::rc_t::FindRC(const String& home, bool accept_if_missing) in FindRC()
343 void IntCompiler::rc_t::ReadRC(void) in ReadRC()
414 String IntCompiler::GetPackageFilename(const char *package_info) in GetPackageFilename()
466 bool IntCompiler::FindModule(const String& filename, NodePtr& result) in FindModule()
587 NodePtr IntCompiler::LoadModule(const char *module, const char *file) in LoadModule()
609 void IntCompiler::ReadDB(void) in ReadDB()
794 void IntCompiler::WriteDB(void) in WriteDB()
887 const char *IntCompiler::FindElement(const String& package_name, const String& element_name, NodePt… in FindElement()
1015 void IntCompiler::FindPackages_AddDatabaseEntry(const String& package_name, NodePtr& element, const… in FindPackages_AddDatabaseEntry()
1033 void IntCompiler::FindPackages_SavePackageElements(NodePtr& package, const String& package_name) in FindPackages_SavePackageElements()
1095 void IntCompiler::FindPackages_DirectiveList(NodePtr& list) in FindPackages_DirectiveList()
1115 void IntCompiler::FindPackages(NodePtr& program) in FindPackages()
1126 void IntCompiler::LoadInternalPackages(const char *module) in LoadInternalPackages()
1205 void IntCompiler::InternalImports(void) in InternalImports()