/external/compiler-rt/test/asan/TestCases/Posix/ |
D | init-order-pthread-create.cc | 22 extern void *glob2; 45 printf("%p %p\n", glob, glob2); in main() 52 void *glob2 = bar((void*)0x2345, true); variable
|
/external/libcxxabi/test/ |
D | test_exception_storage.pass.cpp | 24 globals_t *glob1, *glob2; in thread_code() local 30 glob2 = __cxxabiv1::__cxa_get_globals_fast (); in thread_code() 31 if ( glob1 != glob2 ) in thread_code()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | string-offsets-multiple-cus.ll | 24 ; E2 glob2; 49 ; BOTH: DW_AT_name [DW_FORM_strx1] ( indexed (00000009) string = "glob2") 92 ; BOTH: 0x[[GLOB2OFF:[0-9a-f]+]]: "glob2" 107 ; The string with index 9 should be "glob2" 114 @glob2 = global i32 0, align 4, !dbg !11 133 !12 = distinct !DIGlobalVariable(name: "glob2", scope: !13, file: !14, line: 2, type: !16, isLocal:…
|
/external/python/setuptools/setuptools/ |
D | glob.py | 63 for x in glob2(dirname, basename): 78 glob_in_dir = glob2 122 def glob2(dirname, pattern): function
|
/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/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 | 276 GOOD_ACCESS(glob2, 2 - 1); in TEST() 297 BAD_ACCESS(glob2, 2); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/ |
D | OverwriteStoreEnd.ll | 9 @glob2 = global %struct.vec2plusi zeroinitializer, align 16 141 …p0i8.i64(i8* align 16 [[TMP0]], i8* align 16 bitcast (%struct.vec2plusi* @glob2 to i8*), i64 32, i… 148 ….p0i8.p0i8.i64(i8* align 16 %0, i8* align 16 bitcast (%struct.vec2plusi* @glob2 to i8*), i64 36, i… 158 …p0i8.i64(i8* align 16 [[TMP0]], i8* align 16 bitcast (%struct.vec2plusi* @glob2 to i8*), i64 32, i… 165 ….p0i8.p0i8.i64(i8* align 16 %0, i8* align 16 bitcast (%struct.vec2plusi* @glob2 to i8*), i64 36, i… 176 …p0i8.i64(i8* align 16 [[TMP0]], i8* align 16 bitcast (%struct.vec2plusi* @glob2 to i8*), i64 32, i… 183 ….p0i8.p0i8.i64(i8* align 16 %0, i8* align 16 bitcast (%struct.vec2plusi* @glob2 to i8*), i64 36, i…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/MIR/X86/ |
D | live-debug-values-spill.mir | 15 # int glob0, glob1, glob2, glob3, glob4, glob5; 22 # int intc = glob2; 93 @glob2 = common local_unnamed_addr global i32 0, align 4, !dbg !9 115 %2 = load i32, i32* @glob2, align 4, !dbg !54, !tbaa !47 219 …!10 = distinct !DIGlobalVariable(name: "glob2", scope: !2, file: !3, line: 4, type: !8, isLocal: f… 388 …$r15d = MOV32rm $rip, 1, _, @glob2, _, debug-location !54 :: (dereferenceable load 4 from @glob2, …
|
/external/clang/test/Index/ |
D | annotate-toplevel-in-objccontainer.m | 12 static int glob2;
|
/external/openssh/openbsd-compat/ |
D | glob.c | 161 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *, 617 return(glob2(pathbuf, pathbuf+MAXPATHLEN-1, 628 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, function 767 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | uselistorder.ll | 11 @glob2 = global i5 7
|
/external/llvm/test/Assembler/ |
D | uselistorder.ll | 11 @glob2 = global i5 7
|
/external/llvm/test/Bitcode/ |
D | use-list-order.ll | 8 @glob2 = global i5 7
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | use-list-order.ll | 8 @glob2 = global i5 7
|