HomeSort by relevance Sort by last modified time
    Searched defs:GLOB (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/test/tsan/
write_in_reader_lock.cc 6 int GLOB;
13 GLOB++;
23 volatile int x = GLOB;
load_shared_lib.cc 33 int GLOB = 0;
38 GLOB++;
  /external/compiler-rt/test/asan/TestCases/Posix/
asan-symbolize-sanity-test.cc 51 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
55 GLOB[index]++;
shared-lib-test.cc 46 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
50 GLOB[index]++;
  /external/clang/test/CodeGen/
vla.c 77 static int GLOB;
80 GLOB = 0;
82 // CHECK: [[tmp_1:%.*]] = load i32* @GLOB, align 4
84 __typeof__(b[GLOB++]) c;
85 return GLOB;
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 40 void *GLOB;
43 GLOB = CFAllocatorAllocate(NULL, 100, /*hint*/0);
48 char *p = (char*)GLOB;
50 CFAllocatorDeallocate(NULL, GLOB);
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 319 int GLOB = 0;
322 printf("\tGLOB=%d\n", GLOB);
330 int GLOB = 0;
332 GLOB = 1;
340 GLOB = 2;
344 FAST_MODE_INIT(&GLOB);
345 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test01. TP.");
346 ANNOTATE_TRACE_MEMORY(&GLOB);
349 const int tmp = GLOB;
358 int GLOB = 0
    [all...]

Completed in 716 milliseconds