/external/clang/test/SemaObjC/ |
D | sizeof-interface.m | 3 @class I0; // expected-note 2{{forward declaration of class here}} 6 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}} 9 void *g3(I0 *P) { 10 P = P+5; // expected-error {{arithmetic on a pointer to an incomplete type 'I0'}} 12 …4]; // expected-error{{expected method to read array element not found on object of type 'I0 *'}} 17 @interface I0 { interface 26 int g1[ sizeof(I0) // expected-error {{invalid application of 'sizeof' to interface 'I0' in non… 29 @implementation I0 implementation 35 int g2[ sizeof(I0) // expected-error {{invalid application of 'sizeof' to interface 'I0' in non-f… 53 int bar(I0 *P) { [all …]
|
D | missing-atend-metadata.m | 3 @interface I0 interface 6 @implementation I0 // expected-note {{implementation started here}} implementation 9 @interface I1 : I0 // expected-error {{missing '@end'}} 15 @interface I2 : I0 // expected-error {{missing '@end'}}
|
D | property-category-1.m | 39 @interface I0 interface 43 @interface I0 (Cat0) interface in Cat0 46 @interface I0 (Cat1) interface in Cat1 49 @implementation I0 // expected-warning {{property 'p0' requires method 'p0' to be define}} implementation
|
D | property-user-setter.m | 3 @interface I0 interface 10 @interface I0 (Cat0) interface in Cat0 14 @implementation I0 implementation
|
D | message.m | 69 @interface I0 interface 73 int f0(I0 *ob) {
|
D | property-10.m | 5 @interface I0 interface 34 @interface I0() interface in retain
|
/external/clang/test/CodeGenObjC/ |
D | interface.m | 6 @interface I0 { interface 14 static int f0(I0 *a0) { 18 static int f1(I0 *a0) { 22 static int f2(I0 *a0) { 27 I0 *a = alloca(sizeof(*a) * 4);
|
D | objc2-retain-codegen.m | 4 @interface I0 { interface 5 I0 *_f0; 10 @implementation I0 implementation
|
D | debug-info-crash.m | 12 @interface I0 { interface 13 I0 *_iv0; 20 - (I0<P0> *) im0 {
|
D | function-decay.m | 3 @interface I0 @end interface 4 @implementation I0 implementation
|
D | next-objc-dispatch.m | 55 @interface I0 : NSObject interface 59 @implementation I0 implementation 70 void f0(I0 *a) { 71 [I0 alloc];
|
D | class-type.m | 6 @interface I0 { interface 21 @interface I2 : I0
|
D | synthesize_ivar.m | 29 @interface I0 @end interface 32 I0<P0> *iv0;
|
D | property-complex.m | 4 @interface I0 { interface 15 @implementation I0 implementation 42 void f0(I0 *a0) {
|
D | bitfield-ivar-offsets.m | 12 @interface I0 { interface 24 @implementation I0 implementation
|
D | bitfield-access.m | 7 @interface I0 { interface 21 int f0(I0 *a) {
|
D | protocols-lazy.m | 28 @interface I0<P4> @end interface 29 @implementation I0 -im1 { return 0; }; @end implementation
|
/external/clang/test/Driver/ |
D | darwin-iphone-defaults.m | 13 @interface I0 interface 17 @implementation I0 implementation
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 20 CCIfType<[i32], CCAssignToReg<[I0, I1, I2, I3, I4, I5]>>, 30 CCIfType<[i32, f32], CCAssignToReg<[I0, I1, I2, I3, I4, I5]>>,
|
D | SparcRegisterInfo.td | 77 def I0 : Ri<24, "I0">, DwarfRegNum<[24]>; 145 L7, I0, I1, I2, I3, I4, I5,
|
D | SparcISelLowering.cpp | 54 SP::I0, SP::I1, SP::I2, SP::I3, SP::I4, SP::I5 in CC_Sparc_Assign_f64() 128 Chain = DAG.getCopyToReg(Chain, dl, SP::I0, Val, Flag); in LowerReturn() 131 MF.getRegInfo().addLiveOut(SP::I0); in LowerReturn() 305 SP::I0, SP::I1, SP::I2, SP::I3, SP::I4, SP::I5 in LowerFormalArguments() 549 if (Reg >= SP::I0 && Reg <= SP::I7) in LowerCall() 550 Reg = Reg-SP::I0+SP::O0; in LowerCall() 575 if (Reg >= SP::I0 && Reg <= SP::I7) in LowerCall() 576 Reg = Reg-SP::I0+SP::O0; in LowerCall() 602 if (Reg >= SP::I0 && Reg <= SP::I7) in LowerCall() 603 Reg = Reg-SP::I0+SP::O0; in LowerCall()
|
/external/clang/test/SemaTemplate/ |
D | temp_arg_nontype.cpp | 203 template <typename Sequence, int I0> 204 …struct as_nview<Sequence, I0> // expected-note{{while checking a default template argument used h…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kdt_lfz1.pkb | 55 ����!�Z�s��B�� l���2�"��.I0�]�"{0mP��g�`!����6ڦ�w��~��|��6q��;���zX�f˪��4}x��CGG���…
|
/external/ppp/pppd/ |
D | md4.c | 45 #define I0 0x67452301 /* Initial values for MD buffer */ macro 108 MDp->buffer[0] = I0;
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 574 APInt I0 = C0->getValue(); in SimplifyDemandedUseBits() local 575 if ((I0 + 1).isPowerOf2() && (I0 | KnownZero).isAllOnesValue()) { in SimplifyDemandedUseBits()
|