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

/external/compiler-rt/lib/asan/
H A Dasan_globals.cc31 struct ListOfGlobals { struct in namespace:__asan
33 ListOfGlobals *next;
38 static ListOfGlobals *list_of_all_globals;
84 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
120 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
130 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals;

Completed in 455 milliseconds