Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/external/clang/test/ARCMT/
Dobjcmt-property.m.result2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -m…
65 @property (nonatomic, readonly, assign) id delegate;
81 @property (nonatomic, getter=isinValid, readonly) BOOL inValid;
85 @property (nonatomic, readonly) int Length;
86 @property (nonatomic, readonly, strong) id object;
88 @property (nonatomic, readonly) void *JSObject WEBKIT_OBJC_METHOD_ANNOTATION(AVAILABLE_WEBKIT_VERSI…
89 @property (nonatomic, getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInteractionEvents;
92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
93 @property (nonatomic, getter=getns_dixtionary, readonly, copy) NSDictionary *ns_dixtionary;
98 @property (nonatomic, getter=getM, readonly) BOOL m;
[all …]
Dobjcmt-atomic-property.m.result2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -o…
78 @property (getter=isinValid, readonly) BOOL inValid;
82 @property (readonly) int Length;
83 @property (readonly, strong) id object;
85 @property (readonly) void *JSObject WEBKIT_OBJC_METHOD_ANNOTATION(AVAILABLE_WEBKIT_VERSION_3_0_AND_…
86 @property (getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInteractionEvents;
89 @property (getter=getCounterValue, readonly) BOOL counterValue;
90 @property (getter=getns_dixtionary, readonly, copy) NSDictionary *ns_dixtionary;
95 @property (getter=getM, readonly) BOOL m;
96 @property (getter=getMA, readonly) BOOL MA;
[all …]
Dobjcmt-ns-nonatomic-iosonly.m.result2 …migrate-readwrite-property -objcmt-ns-nonatomic-iosonly -objcmt-migrate-readonly-property -objcmt-…
85 @property (NS_NONATOMIC_IOSONLY, getter=isinValid, readonly) BOOL inValid;
89 @property (NS_NONATOMIC_IOSONLY, readonly) int Length;
90 @property (NS_NONATOMIC_IOSONLY, readonly, strong) id object;
92 @property (NS_NONATOMIC_IOSONLY, readonly) void *JSObject WEBKIT_OBJC_METHOD_ANNOTATION(AVAILABLE_W…
93 @property (NS_NONATOMIC_IOSONLY, getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInterac…
96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
97 @property (NS_NONATOMIC_IOSONLY, getter=getns_dixtionary, readonly, copy) NSDictionary *ns_dixtiona…
102 @property (NS_NONATOMIC_IOSONLY, getter=getM, readonly) BOOL m;
103 @property (NS_NONATOMIC_IOSONLY, getter=getMA, readonly) BOOL MA;
[all …]
Dobjcmt-migrate-all.m.result89 @property (nonatomic, readonly) void *ReturnsInnerPointer;
90 @property (nonatomic, readonly) int *AlreadyReturnsInnerPointer NS_RETURNS_INNER_POINTER;
94 @property (nonatomic, readonly) CGImageRef CGImage CF_RETURNS_NOT_RETAINED;
98 @property (nonatomic, readonly) void *bytes;
99 @property (nonatomic, readonly) void **ptr_bytes __attribute__((availability(macosx,unavailable)));
103 @property (nonatomic, readonly) void *mutableBytes __attribute__((deprecated)) __attribute__((unav…
107 @property (nonatomic, readonly) JSObjectRef JSObject;
108 @property (nonatomic, readonly) TTJSObjectRef JSObject1;
109 @property (nonatomic, readonly) JSObjectRef *JSObject2;
116 @property (readonly) SecTrustRef serverTrust NS_AVAILABLE;
[all …]
Dassign-prop-with-arc-runtime.m25 @property (readonly) Foo *x;
33 @property (readonly) Foo *assign_plus1;
34 @property (readonly) Foo *assign_plus2;
35 @property (readonly) Foo *assign_plus3;
38 @property (readonly) Foo *no_user_ivar2;
60 @property (retain,readonly) TestExt *x1;
61 @property (readonly) TestExt *x2;
Dassign-prop-with-arc-runtime.m.result25 @property (weak, readonly) Foo *x;
33 @property (readonly) Foo *assign_plus1;
34 @property (readonly) Foo *assign_plus2;
35 @property (readonly) Foo *assign_plus3;
38 @property (weak, readonly) Foo *no_user_ivar2;
60 @property (strong,readonly) TestExt *x1;
61 @property (weak, readonly) TestExt *x2;
/external/clang/test/SemaObjC/
Datomoic-property-synnthesis-rules.m121 @property(readonly) int GetSet_ReadOnly;
122 @property(readonly) int Get_ReadOnly;
123 @property(readonly) int Set_ReadOnly;
124 @property(readonly) int None_ReadOnly;
125 @property(nonatomic,readonly) int GetSet_Nonatomic_ReadOnly;
126 @property(nonatomic,readonly) int Get_Nonatomic_ReadOnly;
127 @property(nonatomic,readonly) int Set_Nonatomic_ReadOnly;
128 @property(nonatomic,readonly) int None_Nonatomic_ReadOnly;
131 @property(readonly) int GetSet_ReadWriteInExt;
132 @property(readonly) int Get_ReadWriteInExt; // expected-note {{property declared here}} \
[all …]
Dproperty-in-class-extension-1.m9 @property (nonatomic, readonly) NSString* addingMemoryModel;
11 @property (nonatomic, copy, readonly) NSString* matchingMemoryModel;
13 @property (nonatomic, retain, readonly) NSString* addingNoNewMemoryModel;
15 @property (readonly) NSString* none;
16 @property (readonly) NSString* none1;
18 @property (assign, readonly) NSString* changeMemoryModel; // expected-note {{property declared here…
20 @property (readonly) __weak id weak_prop;
21 @property (readonly) __weak id weak_prop1;
23 @property (assign, readonly) NSString* assignProperty;
25 @property (readonly) NSString* readonlyProp;
[all …]
Dproperty-5.m12 @property(readonly) id ref;
13 @property(readonly) Base *p_base;
14 @property(readonly) NSData *nsdata;
15 @property(readonly) NSData * m_nsdata;
19 @property(readonly) NSData *ref;
20 @property(readonly) Data *p_base;
21 @property(readonly) MutableNSData * m_nsdata;
25 @property(readonly) id p_base;
29 @property(readonly) ConstData *p_base;
Diboutlet.m6 #define READONLY readonly
11 @property (getter = MyGetter, readonly, assign) IBOutlet NSView *myView; // expected-warning {{read…
13 IBInspectable @property (readonly) IBOutlet NSView *myView1; // expected-warning {{readonly IBOutle…
15 @property (getter = MyGetter, READONLY) IBOutlet NSView *myView2; // expected-warning {{readonly IB…
29 @property( readonly ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadOnly; // expected-warning …
30 @property( readonly ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadWrite;
31 @property( readonly ) __attribute__((iboutlet)) UILabel *synthReadOnlyReadWrite;
Dcontinuation-class-property.m5 @property (readonly, copy) id foos;
36 @property (readonly) NSRect foo; // expected-note {{property declared here}}
37 @property (readonly, strong) NSString *bar; // expected-note {{property declared here}}
49 @property (nonatomic, readonly, assign) struct evhttp_request *httpRequest;
50 @property (nonatomic, readonly, assign) struct S *httpRequest2;
51 @property (nonatomic, readonly, assign) struct S1 *httpRequest3;
52 @property (nonatomic, readonly, assign) struct S2 *httpRequest4;
67 @property (nonatomic, readonly) NSString *currentPictureURI;
Darc-readonly-property-ivar-1.m7 @property (readonly) id ReadOnlyPropertyNoBackingIvar;
8 @property (readonly) id ReadOnlyProperty;
9 @property (readonly) id ReadOnlyPropertyX;
21 @property (readonly) id ReadOnlyProperty;
22 @property (readonly) id ReadOnlyPropertyStrong;
23 @property (readonly) id ReadOnlyPropertyNoBackingIvar;
Dtentative-property-decl.m4 /** A property may not be both 'readonly' and having a memory management attribute
7 extensions. So, do not issue any warning on 'readonly' and memory management
18 @property(nonatomic, copy, readonly) NSString *prop;
19 @property(nonatomic, copy, readonly) id warnProp;
33 @property(nonatomic, copy, readonly) NSString *prop;
34 @property(nonatomic, copy, readonly) id warnProp;
Dcontinuation-class-err.m8 @property(readonly) id object;
10 @property (readonly) int indentLevel;
15readonly) id object1; // expected-error {{illegal redeclaration of property in class extension 'Re…
34 …ty in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
35 …ty in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
Dproperty-category-4.m27 @property (readonly) int count;
65 @property (readonly) int count;
98 @property (readonly) int p; // no warning for this property - a getter is declared in another cate…
99 @property (readonly) int p1; // expected-note {{property declared here}}
100 @property (readonly) int p2; // no warning for this property - a getter is declared in this catego…
109 @property (readonly) float anotherFloat; // expected-note {{property declared here}}
110 @property (readonly) float Float; // no warning for this property - a getter is declared in this p…
/external/llvm/test/CodeGen/X86/
Dsincos.ll6 declare float @sinf(float) readonly
8 declare double @sin(double) readonly
10 declare x86_fp80 @sinl(x86_fp80) readonly
14 %Y = call float @sinf(float %X) readonly
26 %Y = call double @sin(double %X) readonly
38 %Y = call x86_fp80 @sinl(x86_fp80 %X) readonly
45 declare float @cosf(float) readonly
47 declare double @cos(double) readonly
49 declare x86_fp80 @cosl(x86_fp80) readonly
55 %Y = call float @cosf(float %X) readonly
[all …]
/external/llvm/test/CodeGen/ARM/
Dldstrex-m.ll5 define i64 @f0(i64* %p) nounwind readonly {
13 define void @f1(i64* %p) nounwind readonly {
22 define i64 @f2(i64* %p) nounwind readonly {
30 define i32 @f3(i32* %p) nounwind readonly {
38 define i8 @f4(i8* %p) nounwind readonly {
46 define void @f5(i32* %p) nounwind readonly {
55 define i32 @f6(i32* %p) nounwind readonly {
Dfast-isel-ldrh-strh-arm.ll5 define zeroext i16 @t1(i16* nocapture %a) nounwind uwtable readonly ssp {
14 define zeroext i16 @t2(i16* nocapture %a) nounwind uwtable readonly ssp {
23 define zeroext i16 @t3(i16* nocapture %a) nounwind uwtable readonly ssp {
32 define zeroext i16 @t4(i16* nocapture %a) nounwind uwtable readonly ssp {
43 define zeroext i16 @t5(i16* nocapture %a) nounwind uwtable readonly ssp {
52 define zeroext i16 @t6(i16* nocapture %a) nounwind uwtable readonly ssp {
61 define zeroext i16 @t7(i16* nocapture %a) nounwind uwtable readonly ssp {
70 define zeroext i16 @t8(i16* nocapture %a) nounwind uwtable readonly ssp {
123 define signext i8 @t13(i8* nocapture %a) nounwind uwtable readonly ssp {
132 define signext i8 @t14(i8* nocapture %a) nounwind uwtable readonly ssp {
[all …]
Dfast-isel-ldr-str-arm.ll3 define i32 @t1(i32* nocapture %ptr) nounwind readonly {
12 define i32 @t2(i32* nocapture %ptr) nounwind readonly {
21 define zeroext i16 @t3(i16* nocapture %ptr) nounwind readonly {
30 define zeroext i16 @t4(i16* nocapture %ptr) nounwind readonly {
39 define zeroext i8 @t5(i8* nocapture %ptr) nounwind readonly {
48 define zeroext i8 @t6(i8* nocapture %ptr) nounwind readonly {
/external/llvm/test/CodeGen/AArch64/
Dfloatdp_1source.ll7 declare float @fabsf(float) readonly
8 declare double @fabs(double) readonly
13 declare float @ceilf(float) readonly
14 declare double @ceil(double) readonly
16 declare float @floorf(float) readonly
17 declare double @floor(double) readonly
19 declare float @truncf(float) readonly
20 declare double @trunc(double) readonly
22 declare float @rintf(float) readonly
23 declare double @rint(double) readonly
[all …]
Dsincos-expansion.ll30 declare float @sinf(float) readonly
31 declare double @sin(double) readonly
32 declare fp128 @sinl(fp128) readonly
33 declare float @cosf(float) readonly
34 declare double @cos(double) readonly
35 declare fp128 @cosl(fp128) readonly
Daarch64-fix-cortex-a53-835769.ll23 define i64 @f_load_madd_64(i64 %a, i64 %b, i64* nocapture readonly %c) #0 {
42 define i32 @f_load_madd_32(i32 %a, i32 %b, i32* nocapture readonly %c) #0 {
57 define i64 @f_load_msub_64(i64 %a, i64 %b, i64* nocapture readonly %c) #0 {
73 define i32 @f_load_msub_32(i32 %a, i32 %b, i32* nocapture readonly %c) #0 {
88 define i64 @f_load_mul_64(i64 %a, i64 %b, i64* nocapture readonly %c) #0 {
102 define i32 @f_load_mul_32(i32 %a, i32 %b, i32* nocapture readonly %c) #0 {
116 define i64 @f_load_mneg_64(i64 %a, i64 %b, i64* nocapture readonly %c) #0 {
134 define i32 @f_load_mneg_32(i32 %a, i32 %b, i32* nocapture readonly %c) #0 {
151 define i64 @f_load_smaddl(i64 %a, i32 %b, i32 %c, i32* nocapture readonly %d) #0 {
171 define i64 @f_load_smsubl_64(i64 %a, i32 %b, i32 %c, i32* nocapture readonly %d) #0 {
[all …]
/external/openssh/
Dsshbuf.c36 (!buf->readonly && buf->d != buf->cd) || in sshbuf_check_sanity()
39 (buf->dont_free && (buf->readonly || buf->parent != NULL)) || in sshbuf_check_sanity()
58 if (buf->off == 0 || buf->readonly || buf->refcount > 1) in sshbuf_maybe_pack()
78 ret->readonly = 0; in sshbuf_new()
97 ret->readonly = 1; in sshbuf_from()
140 ret->readonly = 0; in sshbuf_init()
179 if (!buf->readonly) { in sshbuf_free()
193 if (buf->readonly || buf->refcount > 1) { in sshbuf_reset()
245 if (buf->readonly || buf->refcount > 1) in sshbuf_set_max_size()
283 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_avail()
[all …]
/external/llvm/test/CodeGen/PowerPC/
D2008-10-31-PPCF128Libcalls.ll16 %3 = call ppc_fp128 @"\01_sinl$LDBL128"(ppc_fp128 %2) nounwind readonly ; <ppc_fp128> [#uses=1]
19 %5 = call ppc_fp128 @"\01_cosl$LDBL128"(ppc_fp128 %4) nounwind readonly ; <ppc_fp128> [#uses=1]
31 declare ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128) nounwind readonly
33 declare ppc_fp128 @"\01_sinl$LDBL128"(ppc_fp128) nounwind readonly
35 declare ppc_fp128 @"\01_cosl$LDBL128"(ppc_fp128) nounwind readonly
37 declare ppc_fp128 @llvm.pow.ppcf128(ppc_fp128, ppc_fp128) nounwind readonly
/external/llvm/test/Transforms/InstCombine/
D2009-02-11-NotInitialized.ll6 define i32 @use(i8* %x) nounwind readonly {
8 %1 = tail call i64 @strlen(i8* %x) nounwind readonly
13 declare i64 @strlen(i8*) nounwind readonly
14 ; CHECK: declare i64 @strlen(i8* nocapture) nounwind readonly

12345678910>>...31