HomeSort by relevance Sort by last modified time
    Searched refs:glob5 (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/tests/
asan_globals_test.cc 20 char glob5[5]; variable
41 glob5[zero] = 0;
44 return glob5[1] + func_static15[2];
asan_test_utils.h 89 extern char glob5[5];
asan_test.cc 981 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");
    [all...]
asan_interface_test.cc 279 GOOD_ACCESS(glob5, 5 - 1);
300 BAD_ACCESS(glob5, 5);

Completed in 2617 milliseconds