OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLOB
(Results
1 - 6
of
6
) 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
);
Completed in 406 milliseconds