Home
last modified time | relevance | path

Searched refs:enable_all_mutations (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dmutator.cc34 void MaybeAddFinder(bool enable_all_mutations, in MaybeAddFinder() argument
38 if (enable_all_mutations || probability_context->RandomBool()) { in MaybeAddFinder()
45 bool enable_all_mutations) { in CreateMutationFinders() argument
49 enable_all_mutations, probability_context, &result); in CreateMutationFinders()
114 bool enable_all_mutations, in Mutate() argument
127 CreateMutationFinders(probability_context, enable_all_mutations); in Mutate()
Dmutator.h93 bool enable_all_mutations,
Dcli.h47 bool enable_all_mutations = false; member
Dcli.cc114 &cli_params.enable_all_mutations)) { in ParseCliParams()
Dfuzzer.cc61 cli_params.enable_all_mutations, in LLVMFuzzerCustomMutator()