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

/external/compiler-rt/lib/asan/tests/
H A Dasan_globals_test.cc20 char glob5[5]; variable
41 glob5[zero] = 0;
44 return glob5[1] + func_static15[2];
H A Dasan_test_utils.h89 extern char glob5[5];
H A Dasan_test.cc981 glob5[Ident(0)] = 0;
982 glob5[Ident(1)] = 0;
983 glob5[Ident(2)] = 0;
984 glob5[Ident(3)] = 0;
985 glob5[Ident(4)] = 0;
987 EXPECT_DEATH(glob5[Ident(5)] = 0,
988 "0 bytes to the right of global variable.*glob5.* size 5");
989 EXPECT_DEATH(glob5[Ident(5+6)] = 0,
990 "6 bytes to the right of global variable.*glob5.* size 5");
H A Dasan_interface_test.cc279 GOOD_ACCESS(glob5, 5 - 1);
300 BAD_ACCESS(glob5, 5);

Completed in 740 milliseconds