Lines Matching refs:ValueScope
144 ValueScope::ValueScope (void) in ValueScope() function in rsg::ValueScope
148 ValueScope::~ValueScope (void) in ~ValueScope()
153 void ValueScope::clear (void) in clear()
160 ValueEntry* ValueScope::allocate (const Variable* variable) in allocate()
197 ValueEntry* ValueScope::findEntry (const Variable* variable) const in findEntry()
203 void ValueScope::setValue (const Variable* variable, ConstValueRangeAccess value) in setValue()
213 void ValueScope::removeValue (const Variable* variable) in removeValue()
245 ValueScope& valueScope = getCurValueScope(); in allocate()
311 …for (vector<ValueScope*>::const_iterator stackIter = m_valueScopeStack.begin(); stackIter != m_val… in declareVariable()
313 ValueScope* scope = *stackIter; in declareVariable()
343 …for (vector<ValueScope*>::const_reverse_iterator i = m_valueScopeStack.rbegin()+1; i != m_valueSco… in getParentValue()
345 const ValueScope* scope = *i; in getParentValue()
357 ValueScope& curScope = getCurValueScope(); in setValue()
422 void VariableManager::pushValueScope (ValueScope& scope) in pushValueScope()
432 ValueScope& oldScope = getCurValueScope(); in popValueScope()
441 ValueScope& newTopScope = getCurValueScope(); in popValueScope()
453 …for (vector<ValueScope*>::reverse_iterator scopeIter = m_valueScopeStack.rbegin(); scopeIter != m_… in popValueScope()
455 const ValueScope* scope = *scopeIter; in popValueScope()