Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DVariable.cs21 VariableType = variableType; in Variable()
43 public Type VariableType { get; set; } property in Antmicro.Renode.PlatformDescription.Variable
DCreationDriver.cs391 var entryType = variableStore.GetVariableInLocalScope(entry.VariableName).VariableType; in ProcessEntryPreMerge()
420 …var registerInterfaces = registerVariable.VariableType.GetInterfaces().Where(x => x.IsGenericType … in ProcessEntryPreMerge()
427 …registrationInfo.Register.Value, registerVariable.VariableType, entry.VariableName, entryType), tr… in ProcessEntryPreMerge()
548 entry.Constructor = FindConstructor(entry.Variable.VariableType, in ProcessEntryPostMerge()
1088 …ndex.HasValue && !typeof(ILocalGPIOReceiver).IsAssignableFrom(irqDestinationVariable.VariableType)) in ValidateAttributePreMerge()
1091 …le type '{0}' does not implement ILocalGPIOReceiver.", irqDestinationVariable.VariableType), true); in ValidateAttributePreMerge()
1170 …From(irqDestinationVariable.VariableType) || typeof(ILocalGPIOReceiver).IsAssignableFrom(irqDestin… in ValidateAttributePreMerge()
1173 …Receiver and cannot be a destination of interrupts.", irqDestinationVariable.VariableType), false); in ValidateAttributePreMerge()
1224 … var result = typesToAssign.Where(x => x.IsAssignableFrom(referenceVariable.VariableType)); in ValidateReference()
1230 … friendlyName, value.Value, referenceVariable.VariableType, typeListing), true); in ValidateReference()
[all …]