HomeSort by: relevance | last modified time | path
    Searched defs:Dictionary (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDictionary.h 9 // fuzzer::Dictionary
81 class Dictionary {
109 // Parses one dictionary entry.
113 // Parses the dictionary file, fills Units, returns true iff all lines
FuzzerDriver.cpp 469 Printf("Started dictionary minimization (up to %d tests)\n",
472 // Scores and usage count for each dictionary unit.
490 // Skip dictionary unit, if the testcase does not contain it.
496 // Replace all occurrences of dictionary unit in the testcase.
505 // Get coverage for testcase with masked occurrences of dictionary unit.
519 Printf("###### Useless dictionary elements. ######\n");
521 // Dictionary units with positive score are treated as useful ones.
529 Printf("###### End of useless dictionary elements. ######\n");
606 Vector<Unit> Dictionary;
608 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary))
    [all...]

Completed in 12 milliseconds