Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dasan.h29 extern bool asan_protect_global (tree, bool ignore_decl_rtl_set_p = false);
H A Dasan.c1821 asan_protect_global (tree decl, bool ignore_decl_rtl_set_p) in asan_protect_global() argument
1849 || (!DECL_RTL_SET_P (decl) && !ignore_decl_rtl_set_p) in asan_protect_global()
1874 if (!ignore_decl_rtl_set_p || DECL_RTL_SET_P (decl)) in asan_protect_global()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dasan.h29 extern bool asan_protect_global (tree, bool ignore_decl_rtl_set_p = false);
H A Dasan.cc2230 asan_protect_global (tree decl, bool ignore_decl_rtl_set_p) in asan_protect_global() argument
2258 || (!DECL_RTL_SET_P (decl) && !ignore_decl_rtl_set_p) in asan_protect_global()
2285 if (!ignore_decl_rtl_set_p || DECL_RTL_SET_P (decl)) in asan_protect_global()
H A DChangeLog-20174509 * asan.c (asan_protect_global): Add new ignore_decl_rtl_set_p
4510 parameter. Return true if ignore_decl_rtl_set_p is true and other