HomeSort by: relevance | last modified time | path
    Searched defs:g_first (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_globals.cc 55 Global *g_first, *g_last; member in struct:__asan::GlobalRegistrationSite
103 if (g >= grs.g_first && g <= grs.g_last)
asan_globals.cc 55 Global *g_first, *g_last; member in struct:__asan::GlobalRegistrationSite
103 if (g >= grs.g_first && g <= grs.g_last)

Completed in 23 milliseconds