Home
last modified time | relevance | path

Searched refs:variableStore (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs40 variableStore = new VariableStore(); in CreationDriver()
74 … var wasDeclared = variableStore.TryGetVariableInLocalScope(entry.VariableName, out var variable); in ProcessVariableDeclarations()
78 …variable = variableStore.DeclareVariable(entry.VariableName, resolved, entry.StartPosition, entry.… in ProcessVariableDeclarations()
102 … var wasDeclared = variableStore.TryGetVariableInLocalScope(entry.VariableName, out var variable); in CollectVariableEntries()
150 var mergedEntries = variableStore.GetMergedEntries(); in ProcessInner()
215 variableStore.Clear(); in ProcessInner()
248 variableStore.AddBuiltinOrAlreadyRegisteredVariable(Machine.MachineKeyword, machine); in PrepareVariables()
252variableStore.AddBuiltinOrAlreadyRegisteredVariable(peripheral.Value, peripheral.Key); in PrepareVariables()
362 var variable = variableStore.GetVariableFromReference(referenceValue); in BuildDependencyGraph()
391 var entryType = variableStore.GetVariableInLocalScope(entry.VariableName).VariableType; in ProcessEntryPreMerge()
[all …]