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

  /external/compiler-rt/test/asan/TestCases/
initialization-blacklist.cc 17 int readBadGlobal();
18 int x = readBadGlobal(); // init-order bug.
blacklist.cc 19 int readBadGlobal() {
35 int x = readBadGlobal();
  /external/compiler-rt/test/asan/TestCases/Helpers/
initialization-blacklist-extra.cc 3 int readBadGlobal() { return badGlobal; }

Completed in 3502 milliseconds