Home | History | Annotate | Download | only in tests

Lines Matching refs:func_static15

969   static char func_static15[15];
993 Ident(func_static15); // avoid optimizations
994 func_static15[Ident(0)] = 0;
995 EXPECT_DEATH(func_static15[Ident(15)] = 0,
997 EXPECT_DEATH(func_static15[Ident(15 + 9)] = 0,