Searched refs:expr_depth (Results 1 – 1 of 1) sorted by relevance
/art/tools/jfuzz/ |
D | jfuzz.cc | 94 uint32_t expr_depth, in JFuzz() argument 102 fuzz_expr_depth_(expr_depth), in JFuzz() 1310 uint32_t expr_depth = 1; in main() local 1327 expr_depth = strtoul(optarg, nullptr, 0); in main() 1359 JFuzz fuzz(stdout, seed, expr_depth, stmt_length, if_nest, loop_nest, try_nest); in main()
|