Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp76 …::ModuleDependencies ImportExportDecls::HandleGlobalStmts(ArenaVector<parser::Program *> &programs) in HandleGlobalStmts()
253 void ImportExportDecls::VerifyTypeExports(const ArenaVector<parser::Program *> &programs) in VerifyTypeExports()
319 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.cpp49 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/compiler/lowering/ets/
DobjectIndexAccess.cpp120 auto checkExternalPrograms = [this, ctx](const ArenaVector<parser::Program *> &programs) { in Postcondition()
DopAssignment.cpp385 auto checkExternalPrograms = [this, ctx](const ArenaVector<parser::Program *> &programs) { in Postcondition()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp142 void ETSParser::AddExternalSource(const std::vector<Program *> &programs) in AddExternalSource()
191 std::vector<Program *> &programs) in ParseSourceList()
205 std::vector<Program *> programs; in ParseSources() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp735 …Variable *ETSChecker::SearchNamesInMultiplePrograms(const std::set<const parser::Program *> &progr… in SearchNamesInMultiplePrograms()