OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:badGlobal
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/lit_tests/Helpers/
initialization-blacklist-extra.cc
2
int
badGlobal
= zero_init();
3
int readBadGlobal() { return
badGlobal
; }
/external/compiler-rt/lib/asan/lit_tests/
blacklist.cc
4
// RUN: echo "global:*
badGlobal
*" >> %tmp
23
//
badGlobal
is accessed improperly, but we blacklisted it.
24
int
badGlobal
;
26
return (&
badGlobal
)[1];
Completed in 284 milliseconds