/external/v8/test/cctest/compiler/ |
D | call-tester.h | 194 template <typename R, typename F, typename P1, typename P2, typename P3> 195 R DoCall(F* f, P1 p1, P2 p2, P3 p3) { 201 template <typename R, typename F, typename P1, typename P2, typename P3, 203 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) { 231 template <typename R, typename F, typename P1, typename P2, typename P3> 232 R DoCall(F* f, P1 p1, P2 p2, P3 p3) { 235 ParameterTraits<P2>::Cast(p2), ParameterTraits<P3>::Cast(p3))); 237 template <typename R, typename F, typename P1, typename P2, typename P3, 239 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) { 242 ParameterTraits<P2>::Cast(p2), ParameterTraits<P3>::Cast(p3), [all …]
|
/external/clang/test/SemaObjC/ |
D | class-conforming-protocol-1.m | 5 @protocol P3 @end protocol 12 - (INTF<P2,P1,P3>*) METH2; // expected-error {{duplicate declaration of method 'METH2'}} 14 - (INTF<P2,P1,P3>*) METH3; // expected-note {{previous declaration is here}} 15 - (INTF<P3,P1,P2, P3>*) METH3; // expected-warning {{multiple declarations of method 'METH3' found … 19 INTF<P2,P1,P3>* p1;
|
D | objcbridge-attribute.m | 60 @protocol P3 @end protocol 64 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} 94 (void)(id<P1, P2, P3>)cf; // ok 95 (void)(id<P2, P3>)cf; // ok 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) { 121 void Test7(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { 133 (void)(id<P1, P2, P3>)cf; // ok 134 (void)(id<P1, P2, P3, P4>)cf; // ok 135 …P2, P3, P4, P5>)cf; // expected-warning {{'CFMyPersonalErrorRef' (aka 'struct __CFMyPersonalErrorR…
|
D | objcbridge-attribute-arc.m | 57 @protocol P3 @end protocol 61 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} 123 …1, P2, P3>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka 'struct __CFMyErrorR… 126 …)(id<P2, P3>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka 'struct __CFMyErro… 135 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { 139 …(void)(CFErrorRef)P123; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3>' to C p… 142 …(void)(CFErrorRef)P1234; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' to… 148 …(void)(CFErrorRef)P23; // expected-error {{cast of Objective-C pointer type 'id<P2,P3>' to C point… 153 void Test6(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { 158 …(void)(CFMyErrorRef)P123; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3>' to C… [all …]
|
/external/webrtc/src/system_wrappers/interface/ |
D | ref_count.h | 54 template<typename P1, typename P2, typename P3> 55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} in RefCountImpl() 57 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/CodeGenObjC/ |
D | protocols.m | 27 @protocol P3<P1, P2> protocol 33 void *p = @protocol(P3); 40 Protocol *P3 = @protocol(P3); 47 Pbool([P3 conformsTo: P1]); 48 Pbool([P1 conformsTo: P3]);
|
D | default-property-synthesis.m | 9 // same property. Do not @synthesize-by-default in the subclass. P3 15 @property int P3; property 32 @property int P3; property
|
/external/clang/test/Parser/ |
D | objc-type-printing.m | 5 @protocol P3 @end protocol 16 INTF<P1, P3>* p3; 17 INTF<P1, P3, P2>* p4; 18 INTF<P2,P2, P3, P1>* p5;
|
/external/llvm/test/CodeGen/PowerPC/ |
D | buildvec_canonicalize.ll | 3 define void @VXOR(<4 x float>* %P1, <4 x i32>* %P2, <4 x float>* %P3) { 4 %tmp = load <4 x float>, <4 x float>* %P3 ; <<4 x float>> [#uses=1] 7 store <4 x float> %tmp4, <4 x float>* %P3 18 define void @VSPLTI(<4 x i32>* %P2, <8 x i16>* %P3) { 20 … store <8 x i16> < i16 -1, i16 -1, i16 -1, i16 -1, i16 -1, i16 -1, i16 -1, i16 -1 >, <8 x i16>* %P3
|
/external/libunwind/src/ia64/ |
D | unwind_decoder.h | 245 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break; in unw_decode_p2_p5() 246 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break; in unw_decode_p2_p5() 247 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break; in unw_decode_p2_p5() 248 case 3: UNW_DEC_REG_GR(P3, UNW_REG_PR, dst, arg); break; in unw_decode_p2_p5() 249 case 4: UNW_DEC_REG_GR(P3, UNW_REG_UNAT, dst, arg); break; in unw_decode_p2_p5() 250 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break; in unw_decode_p2_p5() 251 case 6: UNW_DEC_RP_BR(P3, dst, arg); break; in unw_decode_p2_p5() 252 case 7: UNW_DEC_REG_GR(P3, UNW_REG_RNAT, dst, arg); break; in unw_decode_p2_p5() 253 case 8: UNW_DEC_REG_GR(P3, UNW_REG_BSP, dst, arg); break; in unw_decode_p2_p5() 254 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTORE, dst, arg); break; in unw_decode_p2_p5() [all …]
|
/external/clang/test/Modules/Inputs/ |
D | redecl-merge-right.h | 51 @protocol P4, P3; 52 @protocol P3; 53 @protocol P3; 54 @protocol P3;
|
D | category_left_sub.h | 5 @protocol P3 10 @interface Foo(LeftP3) <P3>
|
/external/clang/test/SemaObjCXX/ |
D | objcbridge-attribute-arc.mm | 42 @protocol P3 @end protocol 46 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} 108 …id<P1, P2, P3>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorRef … 111 …oid)(id<P2, P3>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorRef… 120 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { 124 …(void)(CFErrorRef)P123; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3>' to C p… 127 …(void)(CFErrorRef)P1234; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' to… 133 …(void)(CFErrorRef)P23; // expected-error {{cast of Objective-C pointer type 'id<P2,P3>' to C point… 138 void Test6(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { 143 …(void)(CFMyErrorRef)P123; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3>' to C… [all …]
|
D | objcbridge-attribute.mm | 42 @protocol P3 @end protocol 46 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} 108 …id<P1, P2, P3>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorRef … 111 …oid)(id<P2, P3>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorRef… 120 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { 124 …(void)(CFErrorRef)P123; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3>' to C p… 127 …(void)(CFErrorRef)P1234; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' to… 133 …(void)(CFErrorRef)P23; // expected-error {{cast of Objective-C pointer type 'id<P2,P3>' to C point… 138 void Test6(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { 143 …(void)(CFMyErrorRef)P123; // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3>' to C… [all …]
|
D | references.mm | 41 @protocol P3 @end protocol 43 @interface bar : foo <P1, P2, P3> {} @end 53 void f5d(foo<P3>&);
|
D | objcbridge-static-cast.mm | 42 @protocol P3 @end protocol 46 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} 108 …<P1, P2, P3> >(cf); // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorRef… 111 …st< id<P2, P3> >(cf); // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorR… 120 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) { 124 …Ref>(P123); // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3>' to C pointer type … 127 …ef>(P1234); // expected-error {{cast of Objective-C pointer type 'id<P1,P2,P3,P4>' to C pointer ty… 133 …(void)static_cast<CFErrorRef>(P23); // expected-error {{cast of Objective-C pointer type 'id<P2,P3…
|
/external/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m.result | 49 // Test5 - conforms to P3 because it implement's P3's property. 50 @protocol P3 58 @interface Test5 : NSObject<P3, P4> 65 @protocol P5 <P3, P4> 69 @protocol P6 <P3, P4, P5>
|
D | objcmt-protocol-conformance.m | 49 // Test5 - conforms to P3 because it implement's P3's property. 50 @protocol P3 protocol 58 @interface Test5 : NSObject<P3> 65 @protocol P5 <P3, P4> 69 @protocol P6 <P3, P4, P5>
|
/external/v8/src/ |
D | hydrogen.h | 1174 template<class I, class P1, class P2, class P3> 1175 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3) { in NewUncasted() 1179 template<class I, class P1, class P2, class P3> 1180 I* New(P1 p1, P2 p2, P3 p3) { in New() 1184 template<class I, class P1, class P2, class P3> 1185 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3) { in AddUncasted() 1189 template<class I, class P1, class P2, class P3> 1190 I* Add(P1 p1, P2 p2, P3 p3) { in Add() 1194 template<class I, class P1, class P2, class P3, class P4> 1195 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in NewUncasted() [all …]
|
/external/clang/test/CodeGenObjCXX/ |
D | references.mm | 31 @protocol P3 @end protocol 33 @interface bar : foo <P1, P2, P3> {} @end 38 void f5d(foo<P3>&);
|
/external/llvm/test/Transforms/GVN/ |
D | rle.ll | 175 %P3 = bitcast i16* %P to i8* 178 tail call void @llvm.memset.p0i8.i64(i8* %P3, i8 1, i64 400, i32 1, i1 false) 182 tail call void @llvm.memset.p0i8.i64(i8* %P3, i8 2, i64 400, i32 1, i1 false) 229 %P3 = bitcast i32* %P to i8* 240 %A = load i8, i8* %P3 251 ;; non-local i32/float -> i8 load forwarding. This also tests that the "P3" 265 %P3 = bitcast i32* %P to i8* 266 %A = load i8, i8* %P3 279 %P3 = bitcast i32* %P to i8* 289 %A = load i8, i8* %P3 [all …]
|
D | crash-no-aa.ll | 11 %P3 = getelementptr {i16, i32}, {i16, i32} *%P, i32 0, i32 1 12 %V = load i32, i32* %P3
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_aut_spho4.utf | 14 …'#' '&' '-' ',' '''' '{P0}' '{P3}' '{P2}' '{P1}' '{WB}' '{P:SYMBOL_E}' '{P:V_PAST}' '{… 19 …'m' 'k_h' 't_h' 'p_h' 'd_Z' 't_S' '?' 'g' 'k' 'd' 't' 'b' 'p' '{P1}'/'{WB}' '{P3}'/'… 28 :CLASS 4 :IS '{P3}' 35 :CLASS 11 :IS '{P3}'/'{WB}'
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | piecewise.pass.cpp | 28 typedef std::pair<P1, P2> P3; in main() typedef 29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr), in main()
|
/external/libgsm/inc/ |
D | proto.h | 28 #undef P3 42 # define P3(x, a, b, c) (a, b, c) macro 56 # define P3(x, a, b, c) x a; b; c; macro
|