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 93 extern char glob5[5];
asan_test.cc 943 glob5[Ident(0)] = 0;
944 glob5[Ident(1)] = 0;
945 glob5[Ident(2)] = 0;
946 glob5[Ident(3)] = 0;
947 glob5[Ident(4)] = 0;
949 EXPECT_DEATH(glob5[Ident(5)] = 0,
950 "0 bytes to the right of global variable.*glob5.* size 5");
951 EXPECT_DEATH(glob5[Ident(5+6)] = 0,
952 "6 bytes to the right of global variable.*glob5.* size 5");
    [all...]
asan_noinst_test.cc 564 GOOD_ACCESS(glob5, 5 - 1);
585 BAD_ACCESS(glob5, 5);

Completed in 52 milliseconds