Home
last modified time | relevance | path

Searched refs:IVAR (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/SemaObjC/
Dconflicting-ivar-test-1.m6 int IVAR; // expected-note {{previous definition is here}} field
14 int XIVAR; // expected-error {{conflicting instance variable names: 'XIVAR' vs 'IVAR'}}
23 int IVAR; field
32 int IVAR;
40 int IVAR; field
48 int IVAR;
57 int IVAR; // expected-note {{previous definition is here}} field
65 … short IVAR; // expected-error {{instance variable 'IVAR' has conflicting type: 'short' vs 'int'}}
73 short IVAR;
Divar-lookup.m54 int IVAR; // expected-note 4 {{previous definition is here}} field
60 int IVAR; // expected-error {{instance variable is already declared}}
67 int IVAR; // expected-error {{instance variable is already declared}}
73 int IVAR; // expected-error {{instance variable is already declared}}
80 int IVAR; // expected-error {{instance variable is already declared}}
Derror-property-gc-attr.m6 id IVAR; // expected-note {{instance variable is declared here}} field
22 @synthesize pweak=IVAR; // expected-error {{existing instance variable 'IVAR' for __weak property …
Ddirect-synthesized-ivar-access.m9 @property int IVAR; property
15 - (int) OK { return self.IVAR; }
Divar-in-implementations.m7 id IVAR; // expected-note {{previous definition is here}} field
19 int IVAR; // expected-error {{instance variable is already declared}}
Dproperty.m5 int IVAR; // expected-note{{instance variable is declared here}} field
21 @synthesize prop_id = IVAR; // expected-error {{type of property 'prop_id' ('id') does not match ty…
Dsynth-provisional-ivars.m30 @synthesize PROP3=IVAR;
Ddefault-synthesize.m124 @synthesize PROP=IVAR;
/external/clang/test/Rewriter/
Drewrite-block-literal-1.mm16 int IVAR; field
18 @property int IVAR; property
26 self.IVAR = 0;
31 self.IVAR = 0;
34 @dynamic IVAR;
Dundef-field-reference-1.m6 int IVAR; field
12 return pd->IVAR;
/external/clang/test/CodeGenObjC/
Dfragile-arc.m37 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]**
38 // CHECK-NEXT: [[T0:%.*]] = load [[OPAQUE]]*, [[OPAQUE]]** [[IVAR]]
48 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]**
49 // CHECK-NEXT: [[T0:%.*]] = bitcast [[OPAQUE]]** [[IVAR]] to i8**
65 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]**
66 // CHECK-NEXT: [[T0:%.*]] = bitcast [[OPAQUE]]** [[IVAR]] to i8**
75 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]**
76 // CHECK-NEXT: [[T0:%.*]] = bitcast [[OPAQUE]]** [[IVAR]] to i8**
90 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]**
91 // CHECK-NEXT: [[T0:%.*]] = bitcast [[OPAQUE]]** [[IVAR]] to i8**
[all …]
Doptimize-ivar-offset-load.m29 // CHECK: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_SampleClass._value", align 8
31 // CHECK: [[ADDPTR:%.*]] = getelementptr inbounds i8, i8* [[THREE]], i64 [[IVAR]]
48 // CHECK: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_SampleClass._value", align 8, !invariant.load
63 // CHECK: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_SampleClass._value", align 8, !invariant.load
Divar-invariant.m32 // CHECK: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_Derived.member", align 8, !invariant.load
44 // CHECK: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_Derived.member", align 8{{$}}
55 // CHECK: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_Derived.member", align 8, !invariant.load
Darm64-int32-ivar.m14 // CHECK: [[IVAR:%.*]] = load i32, i32* @"OBJC_IVAR_$_I.IVAR2"
15 // CHECK: [[CONV:%.*]] = sext i32 [[IVAR]] to i64
Dobjc-asm-attribute-test.m68 // CHECK: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_MySecretNamespace.Message.MyIVAR"
Darc.m830 // CHECK-NEXT: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_Test30.helper"
832 // CHECK-NEXT: [[T3:%.*]] = getelementptr inbounds i8, i8* [[T2]], i64 [[IVAR]]
/external/one-true-awk/
Dytab.h122 IVAR = 332, enumerator
219 #define IVAR 332 macro
Dawkgram.y62 %token <cp> VAR IVAR VARNF CALL NUMBER STRING
85 %left REGEXPR VAR VARNF IVAR WHILE '('
422 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
Dlex.c318 RET(IVAR); in yylex()
Dytab.c190 IVAR = 332, enumerator
287 #define IVAR 332 macro
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Mem2Reg/
DConvertDebugInfo.ll11 ; CHECK: call void @llvm.dbg.value(metadata i32 %i, metadata ![[IVAR:[0-9]*]], metadata {{.*}})
13 ; CHECK: ![[IVAR]] = !DILocalVariable(name: "i"
/external/llvm/test/Transforms/Mem2Reg/
DConvertDebugInfo.ll11 ; CHECK: call void @llvm.dbg.value(metadata i32 %i, i64 0, metadata ![[IVAR:[0-9]*]], metadata {{.*…
13 ; CHECK: ![[IVAR]] = !DILocalVariable(name: "i"
/external/antlr/runtime/C/
DREADME1664 Ruby.lexer.g:24:1: The following token definitions are unreachable: IVAR
/external/antlr/tool/
DCHANGES.txt3305 Ruby.lexer.g:24:1: The following token definitions are unreachable: IVAR