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

  /external/compiler-rt/lib/asan/lit_tests/TestCases/Helpers/
initialization-blacklist-extra.cc 2 int badGlobal = zero_init();
3 int readBadGlobal() { return badGlobal; }
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
blacklist.cc 4 // RUN: echo "global:*badGlobal*" >> %tmp
15 // badGlobal is accessed improperly, but we blacklisted it.
16 int badGlobal;
18 return (&badGlobal)[1];

Completed in 99 milliseconds