Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dobject-literal-overwrite.js114 var glob2 = 0; variable
117 var r = { y: glob2++, y: glob2++, y: glob2++, y: 7};
123 assertEquals(3, glob2);
/external/libcxxabi/test/
Dtest_exception_storage.pass.cpp26 globals_t *glob1, *glob2; in thread_code() local
32 glob2 = __cxxabiv1::__cxa_get_globals_fast (); in thread_code()
33 if ( glob1 != glob2 ) in thread_code()
/external/compiler-rt/test/asan/TestCases/
Dinit-order-pthread-create.cc18 extern void *glob2;
41 printf("%p %p\n", glob, glob2); in main()
/external/compiler-rt/test/asan/TestCases/Helpers/
Dinit-order-pthread-create-extra.cc2 void *glob2 = bar((void*)0x2345, true); variable
/external/compiler-rt/lib/asan/tests/
Dasan_globals_test.cc17 char glob2[2]; variable
Dasan_test_utils.h86 extern char glob2[2];
Dasan_interface_test.cc286 GOOD_ACCESS(glob2, 2 - 1); in TEST()
307 BAD_ACCESS(glob2, 2); in TEST()
/external/llvm/test/Transforms/DeadStoreElimination/
DOverwriteStoreEnd.ll8 @glob2 = global %struct.vec2plusi zeroinitializer, align 16
48 ; CHECK: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %0, i8* bitcast (%struct.vec2plusi* @glob2 t…
49 …tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %0, i8* bitcast (%struct.vec2plusi* @glob2 to i8*), …
/external/clang/test/Index/
Dannotate-toplevel-in-objccontainer.m12 static int glob2;
/external/llvm/test/Assembler/
Duselistorder.ll11 @glob2 = global i5 7
/external/openssh/openbsd-compat/
Dglob.c160 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
616 return(glob2(pathbuf, pathbuf+MAXPATHLEN-1,
627 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, function
766 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,
/external/llvm/test/Bitcode/
Duse-list-order.ll8 @glob2 = global i5 7
/external/v8/test/cctest/
Dtest-api.cc3004 v8::Local<v8::Symbol> glob2 = v8::Symbol::For(isolate, name); in THREADED_TEST() local
3005 CHECK(glob2->SameValue(glob)); in THREADED_TEST()
3055 v8::Local<v8::Private> glob2 = v8::Private::ForApi(isolate, name); in THREADED_TEST() local
3056 CHECK(obj->HasPrivate(glob2)); in THREADED_TEST()