Home | History | Annotate | Download | only in fuzzer

Lines Matching refs:Features

104         Files[CurrentFileIdx].Features = TmpFeatures;
120 Res += sizeof(F) + F.Features.size() * sizeof(F.Features[0]);
125 // Returns the number of new features added.
132 // What features are in the initial corpus?
134 auto &Cur = Files[i].Features;
139 // Remove all features that we already know from all other inputs.
141 auto &Cur = Files[i].Features;
150 // * files with more features.
155 return a.Features.size() > b.Features.size();
158 // One greedy pass: add the file's features to AllFeatures.
159 // If new features were added, add this file to NewFiles.
161 auto &Cur = Files[i].Features;
175 OS << File.Name << " size: " << File.Size << " features: ";
176 for (auto Feature : File.Features)
185 S.insert(File.Features.begin(), File.Features.end());
200 ISS1 >> Tmp; // features:
201 assert(Tmp == "features:" && "Corrupt summary file");
243 // So it makes no sense to record all features for all files, instead we
244 // only record features that were not seen before.
377 Printf("MERGE-OUTER: coverage summary loaded from %s, %zd features found\n",
381 Printf("MERGE-OUTER: %zd new files with %zd new features added\n",