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

/external/compiler-rt/lib/asan/
H A Dasan_globals.cc40 static ListOfGlobals *list_of_all_globals; member in namespace:__asan
111 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
154 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
170 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) {
234 l->next = list_of_all_globals;
235 list_of_all_globals = l;

Completed in 47 milliseconds