Home
last modified time | relevance | path

Searched refs:I0 (Results 1 – 25 of 39) 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 {{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 …]
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
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.m29 @interface I0 @end interface
32 I0<P0> *iv0;
Dproperty-complex.m4 @interface I0 { interface
15 @implementation I0 implementation
42 void f0(I0 *a0) {
Dbitfield-ivar-offsets.m12 @interface I0 { interface
24 @implementation I0 implementation
Dbitfield-access.m7 @interface I0 { interface
21 int f0(I0 *a) {
Dprotocols-lazy.m28 @interface I0<P4> @end interface
29 @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()
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/
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/ppp/pppd/
Dmd4.c45 #define I0 0x67452301 /* Initial values for MD buffer */ macro
108 MDp->buffer[0] = I0;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp574 APInt I0 = C0->getValue(); in SimplifyDemandedUseBits() local
575 if ((I0 + 1).isPowerOf2() && (I0 | KnownZero).isAllOnesValue()) { in SimplifyDemandedUseBits()

12