Home
last modified time | relevance | path

Searched defs:programs (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp53 …::ModuleDependencies ImportExportDecls::HandleGlobalStmts(ArenaVector<parser::Program *> &programs) in HandleGlobalStmts()
224 void ImportExportDecls::VerifyTypeExports(const ArenaVector<parser::Program *> &programs) in VerifyTypeExports()
261 void ImportExportDecls::VerifySingleExportDefault(const ArenaVector<parser::Program *> &programs) in VerifySingleExportDefault()
DtopLevelStmts.cpp22 …c bool CheckSourceConsistency(util::StringView name, ArenaVector<parser::Program *> const &program… in CheckSourceConsistency()
DglobalClassHandler.cpp363 void GlobalClassHandler::SetupGlobalClass(const ArenaVector<parser::Program *> &programs, in SetupGlobalClass()
/arkcompiler/ets_frontend/merge_abc/src/
Dmain.cpp68 std::vector<panda::pandasm::Program *> programs; in Run() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_import.cpp117 auto **programs = g_impl->ExternalSourcePrograms(externalSource, &externalSourceProgramCnt); in InsertImportInHeaderAfterParse() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp226 void ETSParser::AddExternalSource(const std::vector<Program *> &programs) in AddExternalSource()
266 std::vector<Program *> programs; in ParseDefaultSources() local
294 std::vector<Program *> *programs) in ParseParseListElement()
354 std::vector<Program *> programs; in SearchForNotParsed() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp827 …Variable *ETSChecker::SearchNamesInMultiplePrograms(const std::set<const parser::Program *> &progr… in SearchNamesInMultiplePrograms()