/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | stale-loop-info.ll | 9 %struct.wibble.1028 = type { i32, i32, %struct.barney.881 } 16 define hidden zeroext i1 @eggs(%struct.wibble.1028* %arg, i1 %arg2) unnamed_addr align 2 { 21 …%tmp = getelementptr inbounds %struct.wibble.1028, %struct.wibble.1028* %arg, i64 0, i32 2, i32 0,… 22 %tmp5 = bitcast i8* %tmp to %struct.wibble.1028** 32 %tmp9 = load %struct.wibble.1028*, %struct.wibble.1028** %tmp5, align 8 33 ; CHECK: %tmp9 = load %struct.wibble.1028*, %struct.wibble.1028** %tmp5, align 8 34 %tmp10 = bitcast %struct.wibble.1028* %tmp9 to i8*
|
D | pr31501.ll | 7 %struct.barney = type <{ %struct.wombat.28*, %struct.wibble, %struct.snork, %struct.quux.4, %struct… 8 %struct.wibble = type { %struct.pluto, %struct.bar } 32 %struct.wombat.13 = type { %struct.zot.0, %struct.wibble.14 } 33 %struct.wibble.14 = type { %struct.barney.8 } 38 %struct.baz = type { %struct.wibble.19* } 39 %struct.wibble.19 = type <{ %struct.baz, %struct.wibble.19*, %struct.baz*, i8, [7 x i8] }>
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | stale-loop-info.ll | 9 %struct.wibble.1028 = type { i32, i32, %struct.barney.881 } 16 define hidden zeroext i1 @eggs(%struct.wibble.1028* %arg, i1 %arg2) unnamed_addr align 2 { 21 …%tmp = getelementptr inbounds %struct.wibble.1028, %struct.wibble.1028* %arg, i64 0, i32 2, i32 0,… 22 %tmp5 = bitcast i8* %tmp to %struct.wibble.1028** 32 %tmp9 = load %struct.wibble.1028*, %struct.wibble.1028** %tmp5, align 8 33 ; CHECK: %tmp9 = load %struct.wibble.1028*, %struct.wibble.1028** %tmp5, align 8 34 %tmp10 = bitcast %struct.wibble.1028* %tmp9 to i8*
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
D | p10.cpp | 4 void operator "" wibble(const char *); // expected-warning {{user-defined literal suffixes not star… 5 void operator "" wibble(const char *, size_t); // expected-warning {{user-defined literal suffixes … 10 123wibble; // expected-error {{invalid suffix 'wibble'}} in f() 11 123.0wibble; // expected-error {{invalid suffix 'wibble'}} in f() 12 …const char *p = ""wibble; // expected-error {{invalid suffix on literal; C++11 requires a space be… in f() 13 …const char *q = R"x("hello")x"wibble; // expected-error {{invalid suffix on literal; C++11 require… in f()
|
/external/clang/test/SemaCXX/ |
D | qualified-names-diag.cpp | 3 namespace wibble { namespace 22 foo::wibble::x a; in test() 26 ::foo::wibble::bar::wonka::x::y c; in test() 32 int ::foo::wibble::bar::wonka::x::y::* ptrmem;
|
D | warn-missing-noreturn.cpp | 108 void wibble() __attribute((__noreturn__)); 112 void wibble(); 116 thing.wibble(); in thingy()
|
/external/llvm/test/MC/ARM/ |
D | multi-section-mapping.s | 6 @ .wibble should *not* inherit .text's mapping symbol. It's a completely different section. 7 .section .wibble 26 @ + .wibble to have $a at 0 31 @ CHECK-NEXT: 00000000 .wibble 00000000 $a
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/ |
D | p1.cpp | 29 template<typename T> void wibble(T); 39 template<typename T> void NS::wibble(T); // expected-warning {{extra qualification}} 45 …template<typename T> void NS::wibble(T) { } // expected-warning{{extra qualification on member 'wi… in wibble() function in NS::NS
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | multi-section-mapping.s | 6 @ .wibble should *not* inherit .text's mapping symbol. It's a completely different section. 7 .section .wibble 41 @ + .wibble to have $a at 0 46 @ CHECK-NEXT: 00000000 .wibble 00000000 $a
|
/external/clang/test/SemaObjC/ |
D | at-defs.m | 17 struct wibble { struct 26 printf("12: %d\n", ((struct wibble*)a)->foo); argument 27 printf("%d: %d\n", ((char*)&(((struct wibble*)a)->foo)) - (char*)a, ((char*)&(a->foo)) - (char*)a);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | no-fpscr-liveness.ll | 7 %struct.wibble = type { double } 21 %tmp = alloca %struct.wibble, align 4 22 %tmp1 = bitcast %struct.wibble* %tmp to i8* 24 %tmp3 = ptrtoint %struct.wibble* %tmp to i32
|
/external/clang/test/FixIt/ |
D | typo.cpp | 39 namespace wibble = blarg; // expected-error{{no namespace named 'blarg'; did you mean 'blargh'?}} 84 wibble::yarn str5; // expected-error{{no type named 'yarn' in namespace 'otherstd'; did you mean 'n… 92 …return wibble::narf; // expected-error{{no member named 'narf' in namespace 'otherstd'; did you me… in poit()
|
/external/clang/test/CXX/class.derived/class.virtual/ |
D | p12.cpp | 14 virtual void wibble(); 18 xp->test24_B::wibble(); in foo()
|
/external/clang/test/Sema/ |
D | predefined-function.c | 33 int wibble(); // expected-note {{previous declaration is here}} 34 float wibble() // expected-error {{conflicting types for 'wibble'}} in wibble() function
|
D | designated-initializers.c | 179 union wibble { union 184 const union wibble wobble = { .arr2[0] = 0xffff, 188 const union wibble wobble2 = { .arr2 = {4, 5, 6}, 7 }; // expected-warning{{excess elements in unio…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ArgumentPromotion/ |
D | crash.ll | 8 define void @zot() personality i32 (...)* @wibble { 9 ; CHECK-LABEL: define void @zot() personality i32 (...)* @wibble 73 declare i32 @wibble(...)
|
/external/python/mock/mock/tests/ |
D | testcallable.py | 151 mock.wibble() 152 mock.wibble.assert_called_once_with() 154 self.assertRaises(TypeError, mock.wibble, 'some', 'args')
|
D | testpatch.py | 261 self.assertTrue(is_instance(SomeClass.wibble, MagicMock)) 271 self.assertTrue(is_instance(SomeClass.class_attribute.wibble, 283 self.assertTrue(is_instance(SomeClass.wibble, MagicMock)) 293 self.assertTrue(is_instance(SomeClass.class_attribute.wibble, 307 self.assertTrue(is_instance(SomeClass.wibble, MagicMock)) 317 MockSomeClass.wibble 329 MockSomeClass.wibble 343 instance.wibble 1631 repr(m.SomeClass.wibble())) 1633 repr(m.SomeClass().wibble())) [all …]
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testcallable.py | 144 mock.wibble() 145 mock.wibble.assert_called_once_with() 147 self.assertRaises(TypeError, mock.wibble, 'some', 'args')
|
D | testpatch.py | 257 self.assertTrue(is_instance(SomeClass.wibble, MagicMock)) 267 self.assertTrue(is_instance(SomeClass.class_attribute.wibble, 279 self.assertTrue(is_instance(SomeClass.wibble, MagicMock)) 289 self.assertTrue(is_instance(SomeClass.class_attribute.wibble, 303 self.assertTrue(is_instance(SomeClass.wibble, MagicMock)) 313 MockSomeClass.wibble 325 MockSomeClass.wibble 339 instance.wibble 1647 repr(m.SomeClass.wibble())) 1649 repr(m.SomeClass().wibble())) [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiation-default-1.cpp | 13 void wibble(); 20 d3->wibble(); in test_Def1()
|
D | overload-candidates.cpp | 138 void wibble() {} in wibble() function 139 void wobble() { wibble<int>(); } // expected-error {{no matching function for call to 'wibble'}} in wobble()
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_22.txt | 14 Content-Type: image/jpeg; name="wibble.JPG" 17 Content-Disposition: attachment; filename="wibble.JPG"
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_22.txt | 14 Content-Type: image/jpeg; name="wibble.JPG" 17 Content-Disposition: attachment; filename="wibble.JPG"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/ |
D | rust-avr-bug-99.ll | 18 declare void @wibble(i16, i16) 53 call void @wibble(i16 %tmp79, i16 128) 118 call void @wibble(i16 %tmp113, i16 128) 187 call void @wibble(i16 %tmp151, i16 128) 260 call void @wibble(i16 0, i16 128) 280 call void @wibble(i16 %tmp197, i16 128)
|