Searched defs:Global (Results 26 - 50 of 58) sorted by relevance

123

/external/compiler-rt/test/tsan/
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--;
H A Dmutexset6.cc6 int Global; variable
14 Global++;
24 Global--;
H A Dmutexset7.cc6 int Global; variable
11 Global++;
19 Global--;
H A Dsimple_stack.c6 int Global; variable
9 Global = 42;
18 volatile int v = Global; (void)v;
H A Dsimple_stack2.cc6 int Global; variable
9 Global = 42;
20 volatile int tmp = Global;
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DGlobal.h28 class Global : SkNoncopyable { class in inherits:SkNoncopyable
30 Global(Isolate* isolate) function in class:Global
38 virtual ~Global() {}
40 // The script will be parsed into the context this Global contains.
76 static Global* gGlobal;
/external/skia/experimental/SkV8Example/
H A DGlobal.h28 class Global : SkNoncopyable { class in inherits:SkNoncopyable
30 Global(Isolate* isolate) function in class:Global
38 virtual ~Global() {}
40 // The script will be parsed into the context this Global contains.
76 static Global* gGlobal;
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-function-scopes.js46 var ScopeType = { Global: 0,
77 CheckScope(mirror.scope(4), {}, ScopeType.Global);
85 CheckScope(mirror.scope(0), {}, ScopeType.Global);
106 CheckScope(mirror.scope(2), {}, ScopeType.Global);
129 CheckScope(mirror.scope(2), {}, ScopeType.Global);
148 CheckScope(mirror.scope(2), {}, ScopeType.Global);
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/chromium_org/v8/test/mjsunit/harmony/
H A Ddebug-function-scopes.js48 var ScopeType = { Global: 0,
80 CheckScope(mirror.scope(3), {}, ScopeType.Global);
115 CheckScope(mirror.scope(4), {}, ScopeType.Global);
/external/clang/test/CodeGenCXX/
H A Dinternal-linkage.cpp3 struct Global { Global(); }; struct
11 Global anon0;
/external/llvm/lib/Object/
H A DRecordStreamer.h18 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used }; enumerator in enum:llvm::RecordStreamer::State
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp51 GlobalValue *Global = insertGlobalInt32(M.get(), "test_global", initialValue); local
53 void *globalPtr = TheJIT->getPointerToGlobal(Global);
H A DMCJITTestBase.h134 GlobalVariable *Global = new GlobalVariable(*M, local
140 return Global;
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h86 Global enumerator in enum:clang::NestedNameSpecifier::SpecifierKind
/external/compiler-rt/lib/asan/
H A Dasan_globals.cc29 typedef __asan_global Global; typedef in namespace:__asan
32 const Global *g;
42 Global g;
52 Global *g_first, *g_last;
57 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) {
61 ALWAYS_INLINE void PoisonRedZones(const Global &g) {
74 static void ReportGlobal(const Global &g, const char *prefix) {
75 Report("%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu\n",
85 const Global &g = *l->g;
93 u32 FindRegistrationSite(const Global *
[all...]
/external/llvm/include/llvm/Object/
H A DELFYAML.h70 std::vector<Symbol> Global; member in struct:llvm::ELFYAML::LocalGlobalWeakSymbols
/external/llvm/unittests/IR/
H A DConstantsTest.cpp174 Constant *Global = M->getOrInsertGlobal("dummy", local
179 Constant *P0 = ConstantExpr::getPtrToInt(Global, Int32Ty);
248 //CHECK(ConstantExpr::getGetElementPtr(Global, V, false),
250 CHECK(ConstantExpr::getInBoundsGetElementPtr(Global, V),
265 Constant *Global = local
267 Constant *GEP = ConstantExpr::getGetElementPtr(Global, One);
268 EXPECT_DEATH(Global->replaceAllUsesWith(GEP),
/external/libvorbis/doc/
H A D01-introduction.tex146 \subsubsection{Global Config}
147 Global codec configuration consists of a few audio related fields
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp329 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, argument
331 unwrap(EE)->addGlobalMapping(unwrap<GlobalValue>(Global), Addr);
334 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { argument
337 return unwrap(EE)->getPointerToGlobal(unwrap<GlobalValue>(Global));
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp753 bool Global = Flags & SymbolRef::SF_Global; local
763 GlobLoc = Global ? 'g' : 'l';
776 << GlobLoc // Local -> 'l', Global -> 'g', Neither -> ' '
/external/chromium_org/v8/src/
H A Dd8.js57 // Global object holding debugger related constants and state.
84 Debug.ScopeType = { Global: 0,
105 // Global variable used to store whether a handle was requested.
1292 case Debug.ScopeType.Global:
1293 result += 'Global, ';
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c836 } Global; member in union:__anon31922::__anon31923
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...]

Completed in 547 milliseconds

123