Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/T0/
H A DWordInterpreted.cs32 class WordInterpreted : Word { class
50 internal WordInterpreted(T0Comp owner, string name, in WordInterpreted() method in WordInterpreted
H A DWordBuilder.cs80 Word w = new WordInterpreted(TC, name, locals.Count, in Build()