Home
last modified time | relevance | path

Searched refs:OnlyASCII (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h48 bool OnlyASCII = false; member
H A DFuzzerMutate.cpp552 if (Options.OnlyASCII) in MutateImpl()
H A DFuzzerLoop.cpp628 if (Options.OnlyASCII) in WriteToOutputCorpus()
H A DFuzzerDriver.cpp706 Options.OnlyASCII = Flags.only_ascii; in FuzzerDriver()