OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:func_static15
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/tests/
asan_globals_test.cc
40
static char
func_static15
[15];
local
43
func_static15
[zero] = 0;
44
return glob5[1] +
func_static15
[2];
asan_test.cc
937
static char
func_static15
[15];
local
961
Ident(
func_static15
); // avoid optimizations
962
func_static15
[Ident(0)] = 0;
963
EXPECT_DEATH(
func_static15
[Ident(15)] = 0,
965
EXPECT_DEATH(
func_static15
[Ident(15 + 9)] = 0,
[
all
...]
Completed in 230 milliseconds