Searched refs:getLiveVariables (Results 1 – 4 of 4) sorted by relevance
292 const vector<Variable*>& curLiveVars = getCurVariableScope().getLiveVariables(); in canDeclareInCurrentScope()296 const vector<Variable*>& VariableManager::getLiveVariables (void) const in getLiveVariables() function in rsg::VariableManager298 return getCurVariableScope().getLiveVariables(); in getLiveVariables()391 DE_ASSERT(scope.getLiveVariables().size() == 0); in pushVariableScope()405 vector<Variable*>& curLiveVars = curScope.getLiveVariables(); in popVariableScope()406 vector<Variable*>& parenLiveVars = parentScope.getLiveVariables(); in popVariableScope()417 DE_ASSERT(curScope.getLiveVariables().size() == 0); in popVariableScope()
72 std::vector<Variable*>& getLiveVariables (void) { return m_liveVariables; } in getLiveVariables() function in rsg::VariableScope73 const std::vector<Variable*>& getLiveVariables (void) const { return m_liveVariables; } in getLiveVariables() function in rsg::VariableScope220 const std::vector<Variable*>& getLiveVariables (void) const;
228 const vector<Variable*>& liveVars = globalVariableScope.getLiveVariables(); in generate()271 …std::copy(globalVariableScope.getLiveVariables().begin(), globalVariableScope.getLiveVariables().e… in generate()
236 const vector<Variable*>& liveVars = varMgr.getLiveVariables(); in hasDeclarableVars()256 const vector<Variable*>& liveVars = state.getVariableManager().getLiveVariables(); in DeclarationStatement()