Searched refs:entryPointList (Results 1 – 3 of 3) sorted by relevance
406 auto &entryPointList = eval.getOwningProcedure()->entryPointList; in addEvaluation() local418 for (std::size_t entryIndex = entryPointList.size() - 1; in addEvaluation()419 entryIndex && !entryPointList[entryIndex].second->lexicalSuccessor; in addEvaluation()422 entryPointList[entryIndex].second->lexicalSuccessor = p; in addEvaluation()430 entryPointList.push_back(std::pair{sym, p}); in addEvaluation()993 int entryCount = unit->entryPointList.size(); in processEntryPoints()1580 entryPointList[0].first = symbol;1597 entryPointList[0].first = symbol;1608 entryPointList[0].first = symbol;1619 entryPointList[0].first = symbol;
247 for (int entryIndex = 0, last = funit.entryPointList.size(); in declareFunction()2918 for (int entryIndex = 0, last = funit.entryPointList.size(); in lowerFunc()
610 assert(entryIndex >= 0 && entryIndex < (int)entryPointList.size() &&619 const semantics::Symbol *symbol = entryPointList[activeEntry].first;629 return entryPointList[activeEntry].second;668 entryPointList{std::pair{nullptr, nullptr}};