/external/llvm/test/Transforms/ConstantMerge/ |
D | unnamed-addr.ll | 5 declare void @zed(%struct.foobar*, %struct.foobar*) 7 %struct.foobar = type { i32 } 9 @test1.x = internal constant %struct.foobar { i32 1 } 10 @test1.y = constant %struct.foobar { i32 1 } 12 @test2.x = internal constant %struct.foobar { i32 2 } 13 @test2.y = unnamed_addr constant %struct.foobar { i32 2 } 15 @test3.x = internal unnamed_addr constant %struct.foobar { i32 3 } 16 @test3.y = constant %struct.foobar { i32 3 } 18 @test4.x = internal unnamed_addr constant %struct.foobar { i32 4 } 19 @test4.y = unnamed_addr constant %struct.foobar { i32 4 } [all …]
|
D | merge-both.ll | 5 declare void @zed(%struct.foobar*, %struct.foobar*) 7 %struct.foobar = type { i32 } 9 @var1 = internal constant %struct.foobar { i32 2 } 10 @var2 = unnamed_addr constant %struct.foobar { i32 2 } 11 @var3 = internal constant %struct.foobar { i32 2 } 12 @var4 = unnamed_addr constant %struct.foobar { i32 2 } 14 ; CHECK: %struct.foobar = type { i32 } 16 ; CHECK: @var2 = constant %struct.foobar { i32 2 } 17 ; CHECK-NEXT: @var4 = constant %struct.foobar { i32 2 } 28 @var4a = alias %struct.foobar, %struct.foobar* @var4 [all …]
|
D | 2011-01-15-EitherOrder.ll | 4 declare i32 @zed(%struct.foobar*, %struct.foobar*) 6 %struct.foobar = type { i32 } 8 @bar.d = unnamed_addr constant %struct.foobar zeroinitializer, align 4 10 @foo.d = internal constant %struct.foobar zeroinitializer, align 4 14 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d)
|
/external/llvm/test/Assembler/ |
D | unnamed-addr.ll | 4 %struct.foobar = type { i32 } 6 @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4 7 @foo.d = internal constant %struct.foobar zeroinitializer, align 4 11 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d) nounwind 15 declare i32 @zed(%struct.foobar*, %struct.foobar*) 17 ; CHECK: @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4 18 ; CHECK: @foo.d = internal constant %struct.foobar zeroinitializer, align 4
|
D | token.ll | 5 ; CHECK: declare void @llvm.token.foobar(token) 6 declare void @llvm.token.foobar(token) 9 call void @llvm.token.foobar(token none)
|
/external/elfutils/tests/ |
D | run-addr2line-i-test.sh | 107 foobar 109 foobar 115 foobar inlined at /tmp/x.cpp:15 in _Z3barv 123 foobar inlined at /tmp/x.cpp:15 in _Z3foov 141 foobar inlined at /tmp/x.cpp:33 in _Z2fuv 150 foobar 153 foobar 162 foobar inlined at /tmp/x.cpp:15 in _Z3barv 172 foobar inlined at /tmp/x.cpp:15 in _Z3foov 194 foobar inlined at /tmp/x.cpp:33 in _Z2fuv [all …]
|
D | run-addr2line-i-demangle-test.sh | 30 foobar 32 foobar 38 foobar inlined at /tmp/x.cpp:15 in bar() 46 foobar inlined at /tmp/x.cpp:15 in foo() 64 foobar inlined at /tmp/x.cpp:33 in fu()
|
D | run-addr2line-alt-debugpath.sh | 38 0x00000000000005a0: foobar at /tmp/x.cpp:5 39 0x00000000000005a1: foobar at /tmp/x.cpp:6 42 0x00000000000005c0: foobar at /tmp/x.cpp:5 46 0x00000000000005e0: foobar at /tmp/x.cpp:5 55 0x00000000000005f2: foobar at /tmp/x.cpp:5
|
/external/libxml2/result/ |
D | att5.sax | 20 SAX.startElement(norm, attr=' foobar') 28 SAX.startElement(norm, attr='foobar ') 40 SAX.startElement(norm, attr=' foobar&') 48 SAX.startElement(norm, attr='foobar &') 60 SAX.startElement(norm, attr=' foobar<') 68 SAX.startElement(norm, attr='foobar <') 88 SAX.startElement(normId, attr=' foobar') 96 SAX.startElement(normId, attr='foobar ') 108 SAX.startElement(normId, attr=' foobar&') 116 SAX.startElement(normId, attr='foobar &') [all …]
|
/external/clang/test/CodeGenCXX/ |
D | ctor-dtor-alias.cpp | 31 struct foobar { struct 32 foobar() {} in foobar() function 33 virtual ~foobar() {} in ~foobar() argument 36 template struct foobar<void>; variable 47 template <typename T> struct foobar { struct 48 foobar() { g(); } in foobar() function 50 foobar<void> x;
|
/external/llvm/test/MC/ELF/ |
D | strtab-suffix-opt.s | 4 .globl foobar symbol 6 .type foobar,@function 7 foobar: label 17 .size foobar, .Ltmp3-foobar
|
/external/llvm/test/CodeGen/Generic/ |
D | zero-sized-array.ll | 5 %foobar = type { i32, %zero } 7 define void @f(%foobar %arg) { 8 %arg1 = extractvalue %foobar %arg, 0 9 %arg2 = extractvalue %foobar %arg, 1 24 insertvalue %foobar undef, %zero %z, 1 28 define void @f5(%foobar %x) { 30 %y = extractvalue %foobar %x, 1 34 %insert120 = insertvalue %foobar undef, %zero %y, 1
|
/external/clang/test/SemaCXX/ |
D | libstdcxx_atomic_ns_hack.cpp | 16 typedef int foobar; typedef 19 typedef void foobar; typedef 30 std::foobar fb; 33 using T = std::foobar; // expected-error {{different types ('std::foobar' (aka 'int') vs 'void')}}
|
/external/e2fsprogs/lib/et/ |
D | init_et.c | 27 struct foobar { struct 36 struct foobar * new_et; in init_error_table() argument 41 new_et = (struct foobar *) malloc(sizeof(struct foobar)); in init_error_table()
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
D | FilterFile.txt | 56 reports for classes "com.foobar.A" and "com.foobar.B", you would use 59 <Match class="com.foobar.A"> 63 <Match class="com.foobar.B"> 77 <Match class="com.foobar.MyClass" /> 80 <Match class="com.foobar.MyClass"> 92 <Match class="com.foobar.MyClass"> 105 <Match class="com.foobar.ClassNotToBeAnalyzed" /> 107 <Match class="com.foobar.ClassWithSomeBugsMatched"> 117 <Match class="com.foobar.AnotherClass">
|
/external/llvm/test/CodeGen/Hexagon/ |
D | BranchPredict.ll | 19 %call = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 %add) nounwind 23 %call2 = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 4) nounwind 31 declare i32 @foobar(...) 41 %call = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 %add) nounwind 45 %call2 = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 4) nounwind 62 %call = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 %add) nounwind 67 %call2 = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 %add1) nounwind
|
/external/compiler-rt/lib/tsan/go/ |
D | test.c | 34 void foobar() {} in foobar() function 51 __tsan_func_enter(thr1, (char*)&foobar + 1); in main() 52 __tsan_func_enter(thr1, (char*)&foobar + 1); in main() 58 __tsan_func_enter(thr2, (char*)&foobar + 1); in main()
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-h.ll | 3 @foobar = common global i32 0, align 4 7 call void asm "movq %mm2,${0:H}", "=*m,~{dirflag},~{fpsr},~{flags}"(i32* @foobar) nounwind 12 ; CHECK: movq %mm2, foobar+8(%rip)
|
/external/curl/tests/data/ |
D | test1105 | 19 Set-Cookie: foobar=name; 35 "http://%HOSTIP:%HTTPPORT/we/want/1105?parm1=this*that/other/thing&parm2=foobar/1105" -c log/cookie… 48 POST /we/want/1105?parm1=this*that/other/thing&parm2=foobar/1105 HTTP/1.1 61 127.0.0.1 FALSE /we/want/ FALSE 0 foobar name
|
/external/v8/test/mjsunit/es6/ |
D | classes-experimental.js | 168 this.foobar = x; 179 assertSame(1, s.foobar); 183 assertSame(1, s1.foobar); 187 assertSame(undefined, s2.foobar); 199 assertSame(5, ss2.foobar); 209 assertSame(42, ss3.foobar);
|
/external/clang/test/CodeGen/ |
D | 2010-02-16-DbgScopes.c | 9 extern void foobar(); 14 foobar(); in foo()
|
/external/llvm/test/CodeGen/AArch64/ |
D | misched-fusion.ll | 4 declare void @foobar(i32 %v0, i32 %v1) 28 call void @foobar(i32 %v1, i32 %v0) 32 call void @foobar(i32 %v0, i32 %v1)
|
/external/clang/test/Sema/ |
D | predefined-function.c | 28 int foobar(int); // note {{previous declaration is here}} 29 int foobar() // error {{conflicting types for 'foobar'}} in foobar() function
|
/external/compiler-rt/test/tsan/ |
D | race_with_finished_thread.cc | 8 void __attribute__((noinline)) foobar(int *p) { in foobar() function 13 foobar(&g_data); in Thread1()
|
D | java_race_pc.cc | 8 void foobar() { in foobar() function 16 __tsan_read1_pc((jptr)p, (jptr)foobar + 1); in Thread()
|