/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/swiftshader/third_party/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 | 6 declare void @zed(%struct.foobar*, %struct.foobar*) 8 %struct.foobar = type { i32 } 10 @var1 = internal constant %struct.foobar { i32 2 } 11 @var2 = unnamed_addr constant %struct.foobar { i32 2 } 12 @var3 = internal constant %struct.foobar { i32 2 } 13 @var4 = unnamed_addr constant %struct.foobar { i32 2 } 15 ; CHECK: %struct.foobar = type { i32 } 17 ; CHECK: @var2 = constant %struct.foobar { i32 2 } 18 ; CHECK-NEXT: @var4 = constant %struct.foobar { i32 2 } 31 call void @zed(%struct.foobar* @var1, %struct.foobar* @var2) [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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/test/Assembler/ |
D | unnamed-addr.ll | 3 %struct.foobar = type { i32 } 5 @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4 6 @foo.d = internal constant %struct.foobar zeroinitializer, align 4 10 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d) nounwind 14 declare i32 @zed(%struct.foobar*, %struct.foobar*) 16 ; CHECK: @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4 17 ; CHECK: @foo.d = internal constant %struct.foobar zeroinitializer, align 4
|
/external/swiftshader/third_party/llvm-7.0/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
|
/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
|
/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 …]
|
/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() argument 50 foobar<void> x;
|
/external/python/cpython2/Doc/distutils/ |
D | examples.rst | 61 setup(name='foobar', 86 setup(name='foobar', 105 setup(name='foobar', 113 modules belong in package :mod:`foobar`, one way to layout your source tree is 118 foobar/ 127 setup(name='foobar', 129 packages=['foobar'], 134 :file:`src` directory holds modules in the :mod:`foobar` package:: 146 setup(name='foobar', 148 package_dir={'foobar': 'src'}, [all …]
|
/external/swiftshader/third_party/llvm-7.0/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/MC/ELF/ |
D | strtab-suffix-opt.s | 4 .globl foobar symbol 6 .type foobar,@function 7 foobar: label 17 .size foobar, .Ltmp3-foobar
|
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/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/python/cpython3/Doc/distutils/ |
D | examples.rst | 61 setup(name='foobar', 86 setup(name='foobar', 105 setup(name='foobar', 113 modules belong in package :mod:`foobar`, one way to layout your source tree is 118 foobar/ 127 setup(name='foobar', 129 packages=['foobar'], 134 :file:`src` directory holds modules in the :mod:`foobar` package:: 146 setup(name='foobar', 148 package_dir={'foobar': 'src'}, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/Resolution/X86/ |
D | setting-dso-local.ll | 2 ; RUN: llvm-lto2 run -o %t2.o %t.o -r=%t.o,_start,plx -r=%t.o,foobar,x 5 ; We used to fail the verifier by clearing dso_local from foobar 7 ; CHECK: 0000000000000000 0 NOTYPE GLOBAL HIDDEN UND foobar 12 @foobar = external hidden global i32 14 ret i32* @foobar
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/ |
D | check-dag-not-dag.txt | 13 foobar 17 foobar 19 foobar 26 ; NotSearchEnd-NOT: {{^}}foobar 29 ; NotSearchEnd-NOT: {{^}}foobar 70 ; Dag2SearchStart-NOT: {{^}}foobar 73 ; Dag2SearchStart-NOT: {{^}}foobar
|