Searched refs:Global (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2003-11-03-AddrArrayElement.c6 char Global[100]; variable
10 return &Global[i];
H A D2002-08-02-UnionTest.c11 union X Global; local
12 Global.B = (void*)123; /* Interesting part */
13 return Global;
/external/compiler-rt/test/tsan/
H A Dtiny_race.c5 int Global; variable
9 Global = 42;
16 Global = 43;
18 return Global;
H A Dblacklist2.cc12 int Global; variable
19 Global++;
26 Global--;
35 Global--;
H A Dignore_sync.cc8 int Global; variable
14 Global++;
24 Global++;
H A Dsimple_race.cc5 int Global; variable
8 Global++;
13 Global--;
H A Dbenign_race.cc6 int Global; variable
19 Global = 42;
26 &Global, sizeof(Global), "Race on Global");
33 Global = 43;
H A Datomic_stack.cc5 int Global; variable
9 __atomic_fetch_add(&Global, 1, __ATOMIC_RELAXED);
14 Global++;
H A Dblacklist.cc8 int Global; variable
11 Global++;
16 Global--;
H A Ddefault_options.cc9 int Global; variable
12 Global = 42;
17 Global = 43;
H A Dsimple_race.c6 int Global; variable
10 Global = 42;
15 Global = 43;
H A Dsuppressions_race.cc6 int Global; variable
10 Global = 42;
15 Global = 43;
H A Dsuppressions_race2.cc6 int Global; variable
9 Global = 42;
15 Global = 43;
H A Dthread_name2.cc6 int Global; variable
10 Global++;
16 Global--;
H A Daligned_vs_unaligned_race.cc10 uint64_t Global[2]; variable
13 Global[1]++;
18 char *p1 = reinterpret_cast<char *>(&Global[0]);
H A Dignore_race.cc6 int Global; variable
16 Global = 42;
26 Global = 43;
H A Dmutexset1.cc6 int Global; variable
12 Global++;
18 Global--;
H A Dmutexset2.cc6 int Global; variable
11 Global++;
18 Global--;
H A Dmutexset3.cc6 int Global; variable
14 Global++;
21 Global--;
H A Dmutexset4.cc6 int Global; variable
13 Global++;
21 Global--;
H A Dmutexset5.cc6 int Global; variable
13 Global++;
20 Global--;
/external/compiler-rt/test/BlocksRuntime/
H A Dvoidarg.c20 int Global; variable
22 void (^globalBlock)() = ^{ ++Global; }; // should be void (^gb)(void) = ...
H A Dnestedimport.c21 int Global = 0; variable
32 callVoidVoid(^{ Global = i; });
38 if (Global != 1) {
39 printf("%s: error, Global not set to captured value\n", argv[0]);
/external/clang/test/CodeGenCXX/
H A Dinternal-linkage.cpp3 struct Global { Global(); }; struct
11 Global anon0;
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DSharedWorkerGlobalScope.idl33 Global=(Worker,SharedWorker)

Completed in 796 milliseconds

1234567891011>>