Searched refs:glob2 (Results 1 – 13 of 13) sorted by relevance
/external/v8/test/mjsunit/ |
D | object-literal-overwrite.js | 114 var glob2 = 0; variable 117 var r = { y: glob2++, y: glob2++, y: glob2++, y: 7}; 123 assertEquals(3, glob2);
|
/external/libcxxabi/test/ |
D | test_exception_storage.pass.cpp | 26 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/ |
D | init-order-pthread-create.cc | 18 extern void *glob2; 41 printf("%p %p\n", glob, glob2); in main()
|
/external/compiler-rt/test/asan/TestCases/Helpers/ |
D | init-order-pthread-create-extra.cc | 2 void *glob2 = bar((void*)0x2345, true); variable
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_globals_test.cc | 17 char glob2[2]; variable
|
D | asan_test_utils.h | 86 extern char glob2[2];
|
D | asan_interface_test.cc | 286 GOOD_ACCESS(glob2, 2 - 1); in TEST() 307 BAD_ACCESS(glob2, 2); in TEST()
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | OverwriteStoreEnd.ll | 8 @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/ |
D | annotate-toplevel-in-objccontainer.m | 12 static int glob2;
|
/external/llvm/test/Assembler/ |
D | uselistorder.ll | 11 @glob2 = global i5 7
|
/external/openssh/openbsd-compat/ |
D | glob.c | 160 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/ |
D | use-list-order.ll | 8 @glob2 = global i5 7
|
/external/v8/test/cctest/ |
D | test-api.cc | 3004 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()
|