Home
last modified time | relevance | path

Searched refs:P4 (Results 1 – 25 of 62) sorted by relevance

123

/external/v8/test/cctest/compiler/
Dcall-tester.h202 typename P4>
203 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
238 typename P4>
239 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
243 ParameterTraits<P4>::Cast(p4)));
263 typename P4>
264 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
281 template <typename P1, typename P2, typename P3, typename P4>
307 template <typename P1, typename P2, typename P3, typename P4>
312 ReturnValueTraits<P4>::Representation()};
[all …]
/external/clang/test/SemaObjC/
Dobjcbridge-attribute.m61 @protocol P4 @end protocol
88 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka 'struct __CFErrorRef *') bridges…
96 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka 'struct __CFMyErrorRef *') bri…
99 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
107 void Test6(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
118 @interface MyPersonalError : NSError <P4> // expected-note 1 {{declared here}}
121 void Test7(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
134 (void)(id<P1, P2, P3, P4>)cf; // ok
135 …P3, P4, P5>)cf; // expected-warning {{'CFMyPersonalErrorRef' (aka 'struct __CFMyPersonalErrorRef *…
Dobjcbridge-attribute-arc.m58 @protocol P4 @end protocol
110 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka 'struct __CFErrorRef *') bridges…
111 …orRef' (aka 'struct __CFErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a bridged…
129 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka 'struct __CFMyErrorRef *') bri…
130 …Ref' (aka 'struct __CFMyErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a bridged…
135 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
142 …(void)(CFErrorRef)P1234; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' to…
153 void Test6(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
161 …(void)(CFMyErrorRef)P1234; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' …
174 @interface MyPersonalError : NSError <P4> // expected-note 1 {{declared here}}
[all …]
Dproperty-12.m19 @protocol P4 protocol
53 @interface I4 <P4> @end
/external/clang/test/Modules/Inputs/
Dredecl-merge-bottom.h5 @protocol P4;
6 @protocol P4;
7 @protocol P4;
Dcategory_right_sub.h11 @protocol P4
16 @interface Foo(LeftP4) <P4>
Dcategory_top.h22 @protocol P3, P4;
/external/webrtc/src/system_wrappers/interface/
Dref_count.h57 template<typename P1, typename P2, typename P3, typename P4>
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} in RefCountImpl()
60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) in RefCountImpl()
/external/clang/test/SemaObjCXX/
Dobjcbridge-attribute.mm43 @protocol P4 @end protocol
95 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka '__CFErrorRef *') bridges to NSE…
96 … 'CFErrorRef' (aka '__CFErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a bridged…
114 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka '__CFMyErrorRef *') bridges to…
115 …MyErrorRef' (aka '__CFMyErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a bridged…
120 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
127 …(void)(CFErrorRef)P1234; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' to…
138 void Test6(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
146 …(void)(CFMyErrorRef)P1234; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' …
159 @interface MyPersonalError : NSError <P4> // expected-note 1 {{declared here}}
[all …]
Dobjcbridge-attribute-arc.mm43 @protocol P4 @end protocol
95 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka '__CFErrorRef *') bridges to NSE…
96 … 'CFErrorRef' (aka '__CFErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a bridged…
114 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka '__CFMyErrorRef *') bridges to…
115 …MyErrorRef' (aka '__CFMyErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a bridged…
120 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
127 …(void)(CFErrorRef)P1234; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' to…
138 void Test6(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
146 …(void)(CFMyErrorRef)P1234; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' …
159 @interface MyPersonalError : NSError <P4> // expected-note 1 {{declared here}}
[all …]
Dobjcbridge-static-cast.mm43 @protocol P4 @end protocol
95 …static_cast< id<P1, P2, P4> >(cf); // expected-warning {{'CFErrorRef' (aka '__CFErrorRef *') bridg…
96 … 'CFErrorRef' (aka '__CFErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a bridged…
114 …atic_cast< id<P1, P2, P4> >(cf); // expected-warning {{'CFMyErrorRef' (aka '__CFMyErrorRef *') bri…
115 …MyErrorRef' (aka '__CFMyErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a bridged…
120 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
127 …(P1234); // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' to C pointer type …
/external/clang/test/ARCMT/
Dobjcmt-protocol-conformance.m.result54 @protocol P4
58 @interface Test5 : NSObject<P3, P4>
65 @protocol P5 <P3, P4>
69 @protocol P6 <P3, P4, P5>
Dobjcmt-protocol-conformance.m54 @protocol P4 protocol
65 @protocol P5 <P3, P4>
69 @protocol P6 <P3, P4, P5>
/external/v8/src/
Dhydrogen.h1194 template<class I, class P1, class P2, class P3, class P4>
1195 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in NewUncasted()
1199 template<class I, class P1, class P2, class P3, class P4>
1200 I* New(P1 p1, P2 p2, P3 p3, P4 p4) { in New()
1204 template<class I, class P1, class P2, class P3, class P4>
1205 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in AddUncasted()
1209 template<class I, class P1, class P2, class P3, class P4>
1210 I* Add(P1 p1, P2 p2, P3 p3, P4 p4) { in Add()
1214 template<class I, class P1, class P2, class P3, class P4, class P5>
1215 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in NewUncasted()
[all …]
/external/libgsm/inc/
Dproto.h29 #undef P4
43 # define P4(x, a, b, c, d) (a, b, c, d) macro
57 # define P4(x, a, b, c, d) x a; b; c; d; macro
Dunproto.h17 #undef P4
/external/clang/test/Modules/
Dobjc-categories.m50 id<P4> p4;
54 id p4p = p4.p4_prop; // expected-error{{property 'p4_prop' not found on object of type 'id<P4>'}}
72 id<P4> p4;
74 id p4p = p4.p4_prop; // expected-error{{property 'p4_prop' not found on object of type 'id<P4>'}}
89 id<P4> p4;
/external/libgsm/src/
Ddebug.c21 void gsm_debug_words P4( (name, from, to, ptr),
41 void gsm_debug_longwords P4( (name, from, to, ptr),
/external/fdlibm/
De_exp.c97 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/llvm/test/Analysis/BasicAA/
Dgep-alias.ll170 ; P4 = P + 4*j
171 %P4 = getelementptr [4 x i8], [4 x i8]* %P, i32 0, i32 %j2
174 store i8 42, i8* %P4
188 ; P4 = P + 4*i
189 %P4 = getelementptr [4 x i8], [4 x i8]* %P, i32 0, i32 %i2
192 store i8 42, i8* %P4
/external/clang/test/CodeGenObjC/
Dprotocols-lazy.m26 @protocol P4 -im1; @end
27 @interface I0<P4> @end
Ddefault-property-synthesis.m11 // same protocol or a derived protocol. Do not @synthesize-by-default in the subclass. P4
16 @property int P4; property
/external/llvm/unittests/IR/
DConstantsTest.cpp185 Constant *P4 = ConstantExpr::getPtrToInt(Global2, Int32Ty); in TEST() local
186 Constant *P5 = ConstantExpr::getUIToFP(P4, FloatTy); in TEST()
187 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2)); in TEST()
239 CHECK(ConstantExpr::getSelect(P3, P0, P4), "select i1 " P3STR ", i32 " P0STR in TEST()
241 CHECK(ConstantExpr::getICmp(CmpInst::ICMP_EQ, P0, P4), "icmp eq i32 " P0STR in TEST()
/external/libvpx/libvpx/vp8/common/ppc/
Dfilter_altivec.asm66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
77 Msum v18, v19, \P4, v4, v8
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
99 Msum v23, v24, \P4, v17, v25
111 .macro Vinterp P0 P1 P2 P3 P4 P5
112 vinterp_no_store \P0, \P1, \P2, \P3, \P4, \P5
118 .macro luma_v P0, P1, P2, P3, P4, P5
121 Vinterp \P0, \P1, \P2, \P3, \P4, \P5
/external/clang/test/Index/
Doverrides.m31 @protocol P4 <P3> protocol
35 @interface B(cat) <P4>

123