Searched refs:MayDeleteFile (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCorpus.h | 40 bool MayDeleteFile = false; member 210 InputInfo *AddToCorpus(const Unit &U, size_t NumFeatures, bool MayDeleteFile, in AddToCorpus() argument 226 II.MayDeleteFile = MayDeleteFile; in AddToCorpus() 349 if (!OutputCorpus.empty() && II.MayDeleteFile) in DeleteFile()
|
| H A D | FuzzerInternal.h | 71 bool RunOne(const uint8_t *Data, size_t Size, bool MayDeleteFile = false,
|
| H A D | FuzzerLoop.cpp | 508 bool Fuzzer::RunOne(const uint8_t *Data, size_t Size, bool MayDeleteFile, in RunOne() argument 539 Corpus.AddToCorpus({Data, Data + Size}, NumNewFeatures, MayDeleteFile, in RunOne()
|