OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glob5
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_globals_test.cc
20
char
glob5
[5];
variable in typeref:typename:char[5]
41
glob5
[zero] = 0;
44
return
glob5
[1] + func_static15[2];
asan_test_utils.h
91
extern char
glob5
[5];
asan_test.cc
1009
glob5
[Ident(0)] = 0;
1010
glob5
[Ident(1)] = 0;
1011
glob5
[Ident(2)] = 0;
1012
glob5
[Ident(3)] = 0;
1013
glob5
[Ident(4)] = 0;
1015
EXPECT_DEATH(
glob5
[Ident(5)] = 0,
1016
"0 bytes to the right of global variable.*
glob5
.* size 5");
1017
EXPECT_DEATH(
glob5
[Ident(5+6)] = 0,
1018
"6 bytes to the right of global variable.*
glob5
.* size 5");
asan_interface_test.cc
287
GOOD_ACCESS(
glob5
, 5 - 1);
308
BAD_ACCESS(
glob5
, 5);
Completed in 14 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025