Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDictionary.h52 DictionaryEntry() {} in DictionaryEntry() function
53 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
54 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function
H A DFuzzerDefs.h150 class DictionaryEntry; variable