Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dafl-gcc-cmptrs-pass.so.cc145 bool is_gxx_std_string(tree t) { in is_gxx_std_string() function
270 if (arg_type[0] == arg_type[1] && is_gxx_std_string(arg_type[0])) in execute()
273 else if (is_gxx_std_string(arg_type[0]) && is_c_string(arg_type[1])) in execute()