Home
last modified time | relevance | path

Searched refs:I0 (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/test/SemaObjC/
Dsizeof-interface.m3 @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 …]
Dmissing-atend-metadata.m3 @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'}}
Dproperty-category-1.m39 @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
Dproperty-user-setter.m3 @interface I0 interface
10 @interface I0 (Cat0) interface in Cat0
14 @implementation I0 implementation
Dproperty-12.m33 @interface I0 <P0> @end interface
34 @implementation I0 implementation
Dmessage.m69 @interface I0 interface
73 int f0(I0 *ob) {
Dproperty-10.m5 @interface I0 interface
34 @interface I0() interface in retain
/external/clang/test/CodeGenObjC/
Dinterface.m6 @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);
Dobjc2-retain-codegen.m4 @interface I0 { interface
5 I0 *_f0;
10 @implementation I0 implementation
Ddebug-info-crash.m12 @interface I0 { interface
13 I0 *_iv0;
20 - (I0<P0> *) im0 {
Dfunction-decay.m3 @interface I0 @end interface
4 @implementation I0 implementation
Dnext-objc-dispatch.m55 @interface I0 : NSObject interface
59 @implementation I0 implementation
70 void f0(I0 *a) {
71 [I0 alloc];
Dclass-type.m6 @interface I0 { interface
21 @interface I2 : I0
Dsynthesize_ivar.m32 @interface I0 @end interface
35 I0<P0> *iv0;
Dproperty-complex.m4 @interface I0 { interface
15 @implementation I0 implementation
42 void f0(I0 *a0) {
Dbitfield-ivar-offsets.m11 @interface I0 { interface
23 @implementation I0 implementation
Dbitfield-access.m7 @interface I0 { interface
21 int f0(I0 *a) {
Dprotocols-lazy.m27 @interface I0<P4> @end interface
28 @implementation I0 -im1 { return 0; }; @end implementation
/external/clang/test/Driver/
Ddarwin-iphone-defaults.m13 @interface I0 interface
17 @implementation I0 implementation
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td20 CCIfType<[i32], CCAssignToReg<[I0, I1, I2, I3, I4, I5]>>,
30 CCIfType<[i32, f32], CCAssignToReg<[I0, I1, I2, I3, I4, I5]>>,
DSparcRegisterInfo.td77 def I0 : Ri<24, "I0">, DwarfRegNum<[24]>;
145 L7, I0, I1, I2, I3, I4, I5,
DSparcISelLowering.cpp54 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/
Dtemp_arg_nontype.cpp203 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/
Dfr-FR_nk0_kdt_lfz1.pkb55 ����!�Z�s��B�� l���2�"��.I0�]�"{0mP��g�`!����6ڦ �w��~��|��6q��;���zX�f˪��4}x��CGG���…
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp406 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()

12