Home
last modified time | relevance | path

Searched refs:UseODRIndicator (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_globals.cpp173 static inline bool UseODRIndicator(const Global *g) { in UseODRIndicator() function
200 if (UseODRIndicator(g)) in RegisterGlobal()
234 if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) { in UnregisterGlobal()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_globals.cc190 static inline bool UseODRIndicator(const Global *g) { in UseODRIndicator() function
217 if (UseODRIndicator(g)) in RegisterGlobal()
254 if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) { in UnregisterGlobal()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_globals.cc170 static inline bool UseODRIndicator(const Global *g) { in UseODRIndicator() function
199 if (UseODRIndicator(g)) in RegisterGlobal()
234 if (UseODRIndicator(g)) { in UnregisterGlobal()