Home
last modified time | relevance | path

Searched refs:programList (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.cpp800 auto programList = GetProgramList(sourceName); in GetExternalProgram() local
801 if (programList.empty()) { in GetExternalProgram()
811 return programList; in GetExternalProgram()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1354 auto programList = etsBinder->GetProgramList(importPath); in SelectEntryOrExternalProgram() local
1355 ASSERT(!programList.empty()); in SelectEntryOrExternalProgram()
1356 return programList.front(); in SelectEntryOrExternalProgram()

Completed in 7 milliseconds