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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_globals.cc34 struct ListOfGlobals { struct in namespace:__asan
36 ListOfGlobals *next;
41 static ListOfGlobals *list_of_all_globals;
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) {
224 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_globals.cc32 struct ListOfGlobals { struct in namespace:__asan
34 ListOfGlobals *next;
39 static ListOfGlobals *list_of_all_globals;
110 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
145 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
204 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_globals.cpp33 struct ListOfGlobals { struct in namespace:__asan
35 ListOfGlobals *next;
40 static ListOfGlobals *list_of_all_globals;
113 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
148 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
205 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals;

Completed in 121 milliseconds