Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dasan.h29 extern bool asan_protect_global (tree, bool ignore_decl_rtl_set_p = false);
H A Dasan.c1612 asan_protect_global (tree decl, bool ignore_decl_rtl_set_p) in asan_protect_global() argument
1640 || (!DECL_RTL_SET_P (decl) && !ignore_decl_rtl_set_p) in asan_protect_global()
1665 if (!ignore_decl_rtl_set_p || DECL_RTL_SET_P (decl)) in asan_protect_global()