Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDictionary.h53 DictionaryEntry() {} in DictionaryEntry() function
54 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() function
55 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() function
DFuzzerDefs.h31 class DictionaryEntry; variable