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