/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 {{application of 'sizeof' to interface 'I0' is not support… 29 @implementation I0 implementation 35 int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported… 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 | property-12.m | 33 @interface I0 <P0> @end interface 34 @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 | 32 @interface I0 @end interface 35 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 | 11 @interface I0 { interface 23 @implementation I0 implementation
|
D | bitfield-access.m | 7 @interface I0 { interface 21 int f0(I0 *a) {
|
D | protocols-lazy.m | 27 @interface I0<P4> @end interface 28 @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() 124 Chain = DAG.getCopyToReg(Chain, dl, SP::I0, Val, Flag); in LowerReturn() 126 RetOps.push_back(DAG.getRegister(SP::I0, getPointerTy())); in LowerReturn() 302 SP::I0, SP::I1, SP::I2, SP::I3, SP::I4, SP::I5 in LowerFormalArguments() 551 if (Reg >= SP::I0 && Reg <= SP::I7) in LowerCall() 552 Reg = Reg-SP::I0+SP::O0; in LowerCall() 577 if (Reg >= SP::I0 && Reg <= SP::I7) in LowerCall() 578 Reg = Reg-SP::I0+SP::O0; in LowerCall() 604 if (Reg >= SP::I0 && Reg <= SP::I7) in LowerCall() 605 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/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 406 Instruction *I0 = dyn_cast<Instruction>(I->getOperand(0)); in performFactorization() local 409 if (!I0 || !I1 || I0->getOpcode() != I1->getOpcode()) in performFactorization() 413 if (I0->getOpcode() == Instruction::FMul) in performFactorization() 415 else if (I0->getOpcode() != Instruction::FDiv) in performFactorization() 418 Value *Opnd0_0 = I0->getOperand(0); in performFactorization() 419 Value *Opnd0_1 = I0->getOperand(1); in performFactorization()
|