Searched refs:if_nest (Results 1 – 1 of 1) sorted by relevance
/art/tools/jfuzz/ |
D | jfuzz.cc | 96 uint32_t if_nest, in JFuzz() argument 104 fuzz_if_nest_(if_nest), in JFuzz() 1311 uint32_t if_nest = 2; in main() local 1332 if_nest = strtoul(optarg, nullptr, 0); in main() 1358 JFuzz fuzz(stdout, seed, expr_depth, stmt_length, if_nest, loop_nest, try_nest); in main()
|