OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TruncateUnits
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Fuzzer/
FuzzerInternal.h
236
bool
TruncateUnits
= false;
374
void
TruncateUnits
(std::vector<Unit> *NewCorpus);
FuzzerLoop.cpp
353
void Fuzzer::
TruncateUnits
(std::vector<Unit> *NewCorpus) {
377
if (Options.
TruncateUnits
) {
379
TruncateUnits
(&NewCorpus);
FuzzerDriver.cpp
338
Options.
TruncateUnits
= Flags.truncate_units;
Completed in 160 milliseconds