Home
last modified time | relevance | path

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

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