Searched defs:Global (Results 1 - 25 of 29) sorted by relevance

12

/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/BlocksRuntime/tests/
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/compiler-rt/lib/tsan/output_tests/
H A Dtiny_race.c2 int Global; variable
4 Global = 42;
10 Global = 43;
12 return Global;
H A Drace_on_barrier.c7 int Global; variable
H A Drace_on_barrier2.c7 int Global; variable
H A Dsimple_race.c4 int Global; variable
7 Global = 42;
12 Global = 43;
H A Dsimple_race.cc4 int Global; variable
7 Global++;
12 Global--;
H A Drace_on_mutex.c7 int Global; variable
12 Global = 42;
20 Global = 43;
H A Dsimple_stack.c5 int Global; variable
8 Global = 42;
17 volatile int v = Global; (void)v;
H A Dsimple_stack2.cc5 int Global; variable
8 Global = 42;
19 volatile int tmp = Global;
/external/clang/test/CodeGenCXX/
H A Dinternal-linkage.cpp3 struct Global { Global(); }; struct
11 Global anon0;
/external/v8/test/mjsunit/
H A Darguments-apply.js37 function Global() { function
41 assertEquals(0, Global().length);
42 assertEquals(1, Global(1).length);
43 assertEquals(2, Global(2)[0]);
44 assertEquals(2, Global(3, 4).length);
45 assertEquals(3, Global(3, 4)[0]);
46 assertEquals(4, Global(3, 4)[1]);
134 assertEquals(2048, Global.apply(this, array).length);
/external/webkit/Source/WebCore/bridge/
H A Dtestqtbindings.cpp77 class Global : public JSNonFinalObject { class in inherits:JSNonFinalObject
97 Global* global = new Global();
/external/compiler-rt/lib/asan/
H A Dasan_globals.cc26 typedef __asan_global Global; typedef in namespace:__asan
29 const Global *g;
38 void PoisonRedZones(const Global &g) {
68 const Global &g = *l->g;
70 Report("Search Global: beg=%p size=%zu name=%s\n",
80 static void RegisterGlobal(const Global *g) {
83 Report("Added Global: beg=%p size=%zu/%zu name=%s dyn.init=%zu\n",
104 static void UnregisterGlobal(const Global *g) {
117 static void PoisonGlobalAndRedzones(const Global *g) {
128 static void UnpoisonGlobal(const Global *
[all...]
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h86 Global enumerator in enum:clang::NestedNameSpecifier::SpecifierKind
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp245 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, argument
247 unwrap(EE)->addGlobalMapping(unwrap<GlobalValue>(Global), Addr);
250 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { argument
251 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global));
/external/chromium/net/base/
H A Dsdch_manager.cc50 if (!SdchManager::Global()->IsInSupportedDomain(target_url))
85 if (!SdchManager::Global()->IsInSupportedDomain(dictionary_url))
142 if (!SdchManager::Global()->IsInSupportedDomain(referring_url))
228 SdchManager* SdchManager::Global() { function in class:net::SdchManager
276 Global()->blacklisted_domains_.clear();
277 Global()->exponential_blacklist_count.clear();
282 Global()->blacklisted_domains_.erase(StringToLowerASCII(domain));
287 if (Global()->blacklisted_domains_.end() ==
288 Global()->blacklisted_domains_.find(domain))
290 return Global()
[all...]
/external/libvorbis/doc/
H A D01-introduction.tex146 \subsubsection{Global Config}
147 Global codec configuration consists of a few audio related fields
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp523 bool Global = Flags & SymbolRef::SF_Global; local
533 GlobLoc = Global ? 'g' : 'l';
543 << GlobLoc // Local -> 'l', Global -> 'g', Neither -> ' '
/external/llvm/tools/lto/
H A DLTOModule.cpp639 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used }; enumerator in enum:__anon9218::RecordStreamer::State
648 case Global:
667 case Global:
669 S = Global;
678 case Global:
830 else if (Value == RecordStreamer::Global ||
/external/v8/src/
H A Dd8.js80 // Global object holding debugger related constants and state.
107 Debug.ScopeType = { Global: 0,
132 // Global variable used to store whether a handle was requested.
1673 case Debug.ScopeType.Global:
1674 result += 'Global, ';
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c836 } Global; member in union:__anon13896::__anon13897
861 VG_(printf)("Global [%#lx,+%lu)",
862 i->Inv.Global.nd->addr, i->Inv.Global.nd->szB);
885 return i1->Inv.Global.nd == i2->Inv.Global.nd;
921 block = inv->Inv.Global.nd->addr;
922 szB = inv->Inv.Global.nd->szB;
970 str, inv->Inv.Global.nd->descr->name,
971 inv->Inv.Global
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp817 bool CodeGenModule::MayDeferGeneration(const ValueDecl *Global) { argument
822 return !getContext().DeclMustBeEmitted(Global);
851 const ValueDecl *Global = cast<ValueDecl>(GD.getDecl()); local
854 if (Global->hasAttr<WeakRefAttr>())
859 if (Global->hasAttr<AliasAttr>())
865 if (!Global->hasAttr<CUDADeviceAttr>() &&
866 !Global->hasAttr<CUDAGlobalAttr>() &&
867 !Global->hasAttr<CUDAConstantAttr>() &&
868 !Global->hasAttr<CUDASharedAttr>())
871 if (!Global
[all...]

Completed in 8096 milliseconds

12