Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 3 of 3) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DVariableStore.cs41 public bool TryGetVariableInLocalScope(string name, out Variable variable) in TryGetVariableInLocalScope()
56 public bool TryGetVariableFromReference(ReferenceValue reference, out Variable variable) in TryGetVariableFromReference()
DCreationDriver.cs128 private void HandleDoubleDeclarationError(Variable variable, Entry entry) in HandleDoubleDeclarationError()
/Renode-v1.15.3-c57714d/scripts/
Dmonitor.py78 def mc_get_environ(variable): argument