Home
last modified time | relevance | path

Searched refs:static110 (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_test.cc970 static char static110[110]; variable
991 Ident(static110); // avoid optimizations in TEST()
992 static110[Ident(0)] = 0; in TEST()
993 static110[Ident(109)] = 0; in TEST()
994 EXPECT_DEATH(static110[Ident(110)] = 0, in TEST()
996 EXPECT_DEATH(static110[Ident(110+7)] = 0, in TEST()