Home
last modified time | relevance | path

Searched refs:wibble (Results 1 – 25 of 64) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dstale-loop-info.ll9 %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*
Dpr31501.ll7 %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/
Dstale-loop-info.ll9 %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/
Dp10.cpp4 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/
Dqualified-names-diag.cpp3 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;
Dwarn-missing-noreturn.cpp108 void wibble() __attribute((__noreturn__));
112 void wibble();
116 thing.wibble(); in thingy()
/external/llvm/test/MC/ARM/
Dmulti-section-mapping.s6 @ .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/
Dp1.cpp29 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/
Dmulti-section-mapping.s6 @ .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/
Dat-defs.m17 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/
Dno-fpscr-liveness.ll7 %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/
Dtypo.cpp39 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/
Dp12.cpp14 virtual void wibble();
18 xp->test24_B::wibble(); in foo()
/external/clang/test/Sema/
Dpredefined-function.c33 int wibble(); // expected-note {{previous declaration is here}}
34 float wibble() // expected-error {{conflicting types for 'wibble'}} in wibble() function
Ddesignated-initializers.c179 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/
Dcrash.ll8 define void @zot() personality i32 (...)* @wibble {
9 ; CHECK-LABEL: define void @zot() personality i32 (...)* @wibble
73 declare i32 @wibble(...)
/external/python/mock/mock/tests/
Dtestcallable.py151 mock.wibble()
152 mock.wibble.assert_called_once_with()
154 self.assertRaises(TypeError, mock.wibble, 'some', 'args')
Dtestpatch.py261 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/
Dtestcallable.py144 mock.wibble()
145 mock.wibble.assert_called_once_with()
147 self.assertRaises(TypeError, mock.wibble, 'some', 'args')
Dtestpatch.py257 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/
Dinstantiation-default-1.cpp13 void wibble();
20 d3->wibble(); in test_Def1()
Doverload-candidates.cpp138 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/
Dmsg_22.txt14 Content-Type: image/jpeg; name="wibble.JPG"
17 Content-Disposition: attachment; filename="wibble.JPG"
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_22.txt14 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/
Drust-avr-bug-99.ll18 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)

123