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

/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_interface_test.cc289 GOOD_ACCESS(glob5, 5 - 1);
310 BAD_ACCESS(glob5, 5);
H A Dasan_test.cc975 glob5[Ident(0)] = 0;
976 glob5[Ident(1)] = 0;
977 glob5[Ident(2)] = 0;
978 glob5[Ident(3)] = 0;
979 glob5[Ident(4)] = 0;
981 EXPECT_DEATH(glob5[Ident(5)] = 0,
982 "0 bytes to the right of global variable.*glob5.* size 5");
983 EXPECT_DEATH(glob5[Ident(5+6)] = 0,
984 "6 bytes to the right of global variable.*glob5.* size 5");
H A Dasan_test_utils.h89 extern char glob5[5];

Completed in 319 milliseconds