Searched refs:functionSequence (Results 1 – 1 of 1) sorted by relevance
1464 TIntermSequence &functionSequence = getTreeRoot()->getAsAggregate()->getSequence(); in checkCallGraphBodies() local1465 … std::vector<bool> reachable(functionSequence.size(), true); // so that non-functions are reachable in checkCallGraphBodies()1466 for (int f = 0; f < (int)functionSequence.size(); ++f) { in checkCallGraphBodies()1467 glslang::TIntermAggregate* node = functionSequence[f]->getAsAggregate(); in checkCallGraphBodies()1518 for (int f = 0; f < (int)functionSequence.size(); ++f) { in checkCallGraphBodies()1520 functionSequence[f] = nullptr; in checkCallGraphBodies()1522 …functionSequence.erase(std::remove(functionSequence.begin(), functionSequence.end(), nullptr), fun… in checkCallGraphBodies()