Home
last modified time | relevance | path

Searched refs:global2 (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/test/tsan/Darwin/
Dgcd-once.mm11 long global2;
17 global2 = 42;
31 long x2 = global2;
34 fprintf(stderr, "global2 = %ld\n", x2);
/external/clang/test/Modules/
Dnamespaces.cpp5 int &global2(int);
28 int &ir5 = ::global2(1); in test()
32 float &fr4 = ::global2(1.0f); in test()
37 double &dr4 = ::global2(1.0); in test()
/external/clang/test/Misc/
Ddiag-template-diffing.cpp1117 int global, global2;
1124 Wrapper<S<(&global2)>> W2 = MakeWrapper<S<&global>>();
1126 Wrapper<S<&global2>> W3 = MakeWrapper<S<(&global)>>();
1128 Wrapper<S<(&global2)>> W4 = MakeWrapper<S<(&global)>>();
1141 int global, global2;
1161 Wrapper<S<&global2, ptr>> W5 = MakeWrapper<S<&global, nullptr>>();
1163 Wrapper<S<&global2, nullptr>> W6 = MakeWrapper<S<&global, nullptr>>();
1165 Wrapper<S<&global2, ptr2>> W7 = MakeWrapper<S<&global, nullptr>>();
1167 Wrapper<S<&global2, nullptr>> W8 = MakeWrapper<S<&global, ptr2>>();
1169 Wrapper<S<&global2, ptr>> W9 = MakeWrapper<S<&global, ptr2>>();
[all …]
/external/v8/test/mjsunit/regress/
Dregress-485.js34 var global2 = (function(){return this;})(); function
35 assertEquals(global, global2, "direct call to local function returns global");
/external/v8/test/cctest/wasm/
Dtest-run-wasm-module.cc181 uint32_t global2 = builder->AddGlobal(MachineType::Int32(), 0); in TEST() local
186 WASM_I32_ADD(WASM_LOAD_GLOBAL(global1), WASM_LOAD_GLOBAL(global2))}; in TEST()
193 WASM_STORE_GLOBAL(global2, WASM_I32(41)), in TEST()
/external/clang/test/CodeGen/
Dsanitize-thread-attr.cpp54 int global2 = *(int*)((char*)&global1+1); variable
Daddress-safety-attr.cpp141 int global2 = *(int*)((char*)&global1+1); variable
/external/clang/test/Modules/Inputs/
Dnamespaces-right.h4 double &global2(double);
Dnamespaces-left.h17 float &global2(float);
/external/clang/test/Parser/
Dcxx-decl.cpp80 __attribute__(()) global2, variable
/external/v8/test/cctest/
Dtest-heap-profiler.cc705 const v8::HeapGraphNode* global2 = GetGlobalObject(snapshot2); in TEST() local
708 GetProperty(global2, v8::HeapGraphEdge::kProperty, "a"); in TEST()
749 const v8::HeapGraphNode* global2 = GetGlobalObject(snapshot2); in TEST() local
751 CHECK_EQ(global1->GetId(), global2->GetId()); in TEST()
760 GetProperty(global2, v8::HeapGraphEdge::kProperty, "a"); in TEST()
794 const v8::HeapGraphNode* global2 = GetGlobalObject(snapshot2); in TEST() local
796 CHECK_EQ(global1->GetId(), global2->GetId()); in TEST()
801 GetProperty(global2, v8::HeapGraphEdge::kProperty, "A"); in TEST()
809 GetProperty(global2, v8::HeapGraphEdge::kProperty, "B"); in TEST()
817 GetProperty(global2, v8::HeapGraphEdge::kProperty, "a"); in TEST()
[all …]
Dtest-api.cc4033 v8::Persistent<String> global2; in THREADED_TEST() local
4037 global2.Reset(isolate, v8_str("str2")); in THREADED_TEST()
4044 Local<String> local2 = Local<String>::New(isolate, global2); in THREADED_TEST()
4064 global2.Reset(); in THREADED_TEST()
6728 v8::Local<v8::Object> global2 = context2->Global(); in THREADED_TEST() local
6729 CHECK(global1->Equals(context2.local(), global2).FromJust()); in THREADED_TEST()
6734 CHECK_EQ(0, global2->Get(context2.local(), v8_str("custom")) in THREADED_TEST()
8995 v8::Local<v8::Object> global2 = context2->Global(); in TEST() local
8996 CHECK(global2->Set(context2.local(), v8_str("othercontext"), global0) in TEST()
9339 Local<v8::Object> global2 = env2->Global(); in TEST() local
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-07-18-LimitReassociate.ll32 @global2 = external hidden unnamed_addr constant [18 x i8], align 1