HomeSort by: relevance | last modified time | path
    Searched defs:asan_protect_global (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 2272 asan_protect_global (tree decl, bool ignore_decl_rtl_set_p) function
2295 call to asan_protect_global may occur before DECL_RTL (decl) is set.
2297 to asan_protect_global will return FALSE and the following calls on the
3595 && asan_protect_global (desc->value))
3619 && asan_protect_global (desc->value))
3665 && asan_protect_global (vnode->decl))
3688 && asan_protect_global (vnode->decl))
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 2230 asan_protect_global (tree decl, bool ignore_decl_rtl_set_p) function
2253 call to asan_protect_global may occur before DECL_RTL (decl) is set.
2255 to asan_protect_global will return FALSE and the following calls on the
3539 && asan_protect_global (desc->value))
3563 && asan_protect_global (desc->value))
3609 && asan_protect_global (vnode->decl))
3632 && asan_protect_global (vnode->decl))

Completed in 26 milliseconds