Home
last modified time | relevance | path

Searched refs:ParseDictionaryFile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h119 bool ParseDictionaryFile(const std::string &Text, std::vector<Unit> *Units);
H A DFuzzerUtil.cpp127 bool ParseDictionaryFile(const std::string &Text, std::vector<Unit> *Units) { in ParseDictionaryFile() function
H A DFuzzerDriver.cpp745 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary)) in FuzzerDriver()