Searched refs:list_of_all_globals (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_globals.cc41 static ListOfGlobals *list_of_all_globals; member in namespace:__asan
114 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
148 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
164 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
226 l->next = list_of_all_globals;
227 list_of_all_globals = l;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_globals.cc39 static ListOfGlobals *list_of_all_globals; member in namespace:__asan
110 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
145 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
206 l->next = list_of_all_globals;
207 list_of_all_globals = l;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_globals.cpp40 static ListOfGlobals *list_of_all_globals; member in namespace:__asan
113 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
148 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
207 l->next = list_of_all_globals;
208 list_of_all_globals = l;

Completed in 138 milliseconds