Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dasan.cc932 bool *intercepted_p, in get_mem_refs_of_builtin_call() argument
943 *intercepted_p = asan_intercepted_p ((DECL_FUNCTION_CODE (callee))); in get_mem_refs_of_builtin_call()
1313 dest_is_store = false, dest_is_deref = false, intercepted_p = true; in has_stmt_been_instrumented_p() local
1318 &dest_is_deref, &intercepted_p)) in has_stmt_been_instrumented_p()
2868 dest_is_deref = false, intercepted_p = true; in instrument_builtin_call() local
2874 &dest_is_deref, &intercepted_p, iter)) in instrument_builtin_call()
2882 else if (!intercepted_p in instrument_builtin_call()
DChangeLog-201412754 of instrument_mem_region_access if intercepted_p is true.