Home
last modified time | relevance | path

Searched defs:afl_cmptrs_pass (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dafl-gcc-cmptrs-pass.so.cc52 struct afl_cmptrs_pass : afl_base_pass { struct
54 afl_cmptrs_pass(bool quiet) in afl_cmptrs_pass() argument
62 tree tp8u;
69 tree cmptrs_hooks[5];
71 tree cmptrs_hook(unsigned i) { in cmptrs_hook()
128 bool is_c_string(tree t) { in is_c_string()
145 bool is_gxx_std_string(tree t) { in is_gxx_std_string()
231 bool is_llvm_std_string(tree t) { in is_llvm_std_string()
237 virtual unsigned int execute(function *fn) { in execute()