Searched refs:curScope (Results 1 – 1 of 1) sorted by relevance
357 ValueScope& curScope = getCurValueScope(); in setValue() local359 if (!curScope.findEntry(variable)) in setValue()362 ValueEntry* newEntry = curScope.allocate(variable); in setValue()371 curScope.setValue(variable, value); in setValue()398 VariableScope& curScope = getCurVariableScope(); in popVariableScope() local405 vector<Variable*>& curLiveVars = curScope.getLiveVariables(); in popVariableScope()417 DE_ASSERT(curScope.getLiveVariables().size() == 0); in popVariableScope()