Home
last modified time | relevance | path

Searched defs:root (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DSyntaxTreeHelpers.cs28 VisitSyntaxTreeInner<TValue>(root, visitorAction, null); in VisitSyntaxTreeInner() argument
33 VisitSyntaxTreeInner(root, visitorAction, filter); in VisitSyntaxTreeInner() argument
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DAccessConditionParser.cs274 public static DnfFormula FromDnfTree(AstNode root) in FromDnfTree()