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