Searched refs:asan_cleanup (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c6795 tree asan_cleanup = build_asan_poison_call_expr (temp);
6796 if (asan_cleanup)
6803 gimple_push_cleanup (temp, asan_cleanup, false, pre_p);
6792 tree asan_cleanup = build_asan_poison_call_expr (temp); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc7108 tree asan_cleanup = build_asan_poison_call_expr (temp);
7109 if (asan_cleanup)
7116 gimple_push_cleanup (temp, asan_cleanup, false, pre_p);
7105 tree asan_cleanup = build_asan_poison_call_expr (temp); local

Completed in 225 milliseconds