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

/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc1612 char glob5[5]; variable
1625 glob5[Ident(0)] = 0;
1626 glob5[Ident(1)] = 0;
1627 glob5[Ident(2)] = 0;
1628 glob5[Ident(3)] = 0;
1629 glob5[Ident(4)] = 0;
1631 EXPECT_DEATH(glob5[Ident(5)] = 0,
1632 "0 bytes to the right of global variable.*glob5.* size 5");
1633 EXPECT_DEATH(glob5[Ident(5+6)] = 0,
1634 "6 bytes to the right of global variable.*glob5
[all...]

Completed in 45 milliseconds