Searched refs:globalVars (Results 1 – 1 of 1) sorted by relevance
84 const vector<Variable*>& globalVars = m_globalScope.getDeclaredVariables(); in getOutputs() local85 for (vector<Variable*>::const_iterator i = globalVars.begin(); i != globalVars.end(); i++) in getOutputs()