Searched defs:glob2 (Results 1 - 5 of 5) sorted by last modified time

/external/libcxxabi/test/
H A Dtest_exception_storage.cpp26 globals_t *glob1, *glob2; local
32 glob2 = __cxxabiv1::__cxa_get_globals_fast ();
33 if ( glob1 != glob2 )
/external/compiler-rt/lib/asan/tests/
H A Dasan_globals_test.cc17 char glob2[2]; variable
/external/compiler-rt/test/asan/TestCases/Helpers/
H A Dinit-order-pthread-create-extra.cc2 void *glob2 = bar((void*)0x2345); variable
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc3004 v8::Local<v8::Symbol> glob2 = v8::Symbol::For(isolate, name); local
3005 CHECK(glob2->SameValue(glob));
3055 v8::Local<v8::Private> glob2 = v8::Private::ForApi(isolate, name); local
3056 CHECK(obj->HasPrivate(glob2));
/external/chromium_org/v8/test/mjsunit/
H A Dobject-literal-overwrite.js114 var glob2 = 0; variable
117 var r = { y: glob2++, y: glob2++, y: glob2++, y: 7};
123 assertEquals(3, glob2);

Completed in 1344 milliseconds