/external/protobuf/objectivec/ |
D | GPBDescriptor.h | 56 @property(nonatomic, readonly, copy) NSString *name; 57 @property(nonatomic, readonly, strong, nullable) NSArray<GPBFieldDescriptor*> *fields; 58 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs; 59 @property(nonatomic, readonly, nullable) const GPBExtensionRange *extensionRanges; 60 @property(nonatomic, readonly) uint32_t extensionRangesCount; 61 @property(nonatomic, readonly, assign) GPBFileDescriptor *file; 63 @property(nonatomic, readonly, getter=isWireFormat) BOOL wireFormat; 64 @property(nonatomic, readonly) Class messageClass; 74 @property(nonatomic, readonly, copy) NSString *package; 75 @property(nonatomic, readonly) GPBFileSyntax syntax; [all …]
|
D | GPBUnknownField.h | 44 @property(nonatomic, readonly, assign) int32_t number; 47 @property(nonatomic, readonly, strong) GPBUInt64Array *varintList; 50 @property(nonatomic, readonly, strong) GPBUInt32Array *fixed32List; 53 @property(nonatomic, readonly, strong) GPBUInt64Array *fixed64List; 56 @property(nonatomic, readonly, strong) NSArray<NSData*> *lengthDelimitedList; 59 @property(nonatomic, readonly, strong) NSArray<GPBUnknownFieldSet*> *groupList;
|
/external/clang/test/SemaObjC/ |
D | atomoic-property-synnthesis-rules.m | 121 @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; [all …]
|
D | property-in-class-extension-1.m | 9 @property (nonatomic, readonly) NSString* addingMemoryModel; 11 @property (nonatomic, copy, readonly) NSString* matchingMemoryModel; 13 @property (atomic, 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 …]
|
D | property-5.m | 12 @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;
|
D | iboutlet.m | 5 #define READONLY readonly 10 @property (getter = MyGetter, readonly, assign) IBOutlet NSView *myView; // expected-warning {{read… 12 IBInspectable @property (readonly) IBOutlet NSView *myView1; // expected-warning {{readonly IBOutle… 14 @property (getter = MyGetter, READONLY) IBOutlet NSView *myView2; // expected-warning {{readonly IB… 28 @property( readonly ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadOnly; // expected-warning … 29 @property( readonly ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadWrite; 30 @property( readonly ) __attribute__((iboutlet)) UILabel *synthReadOnlyReadWrite;
|
D | continuation-class-property.m | 5 @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;
|
D | arc-readonly-property-ivar-1.m | 7 @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;
|
/external/clang/test/ARCMT/ |
D | objcmt-property.m.result | 2 // 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 …]
|
D | objcmt-atomic-property.m.result | 2 // 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 …]
|
D | objcmt-ns-nonatomic-iosonly.m.result | 2 …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 …]
|
D | objcmt-migrate-all.m.result | 89 @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 …]
|
/external/webrtc/webrtc/api/objc/ |
D | RTCVideoFrame.h | 18 @property(nonatomic, readonly) size_t width; 21 @property(nonatomic, readonly) size_t height; 22 @property(nonatomic, readonly) size_t chromaWidth; 23 @property(nonatomic, readonly) size_t chromaHeight; 24 @property(nonatomic, readonly) size_t chromaSize; 26 @property(nonatomic, readonly, nullable) const uint8_t *yPlane; 27 @property(nonatomic, readonly, nullable) const uint8_t *uPlane; 28 @property(nonatomic, readonly, nullable) const uint8_t *vPlane; 29 @property(nonatomic, readonly) int32_t yPitch; 30 @property(nonatomic, readonly) int32_t uPitch; [all …]
|
/external/webrtc/talk/app/webrtc/objc/public/ |
D | RTCI420Frame.h | 33 @property(nonatomic, readonly) NSUInteger width; 34 @property(nonatomic, readonly) NSUInteger height; 35 @property(nonatomic, readonly) NSUInteger chromaWidth; 36 @property(nonatomic, readonly) NSUInteger chromaHeight; 37 @property(nonatomic, readonly) NSUInteger chromaSize; 39 @property(nonatomic, readonly) const uint8_t* yPlane; 40 @property(nonatomic, readonly) const uint8_t* uPlane; 41 @property(nonatomic, readonly) const uint8_t* vPlane; 42 @property(nonatomic, readonly) NSInteger yPitch; 43 @property(nonatomic, readonly) NSInteger uPitch; [all …]
|
D | RTCDataChannel.h | 53 @property(nonatomic, readonly) NSData* data; 54 @property(nonatomic, readonly) BOOL isBinary; 97 @property(nonatomic, readonly) NSString* label; 98 @property(nonatomic, readonly) BOOL isReliable; 99 @property(nonatomic, readonly) BOOL isOrdered; 100 @property(nonatomic, readonly) NSUInteger maxRetransmitTime; 101 @property(nonatomic, readonly) NSUInteger maxRetransmits; 102 @property(nonatomic, readonly) NSString* protocol; 103 @property(nonatomic, readonly) BOOL isNegotiated; 104 @property(nonatomic, readonly) NSInteger streamId; [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | sincos.ll | 7 declare float @sinf(float) readonly 9 declare double @sin(double) readonly 11 declare x86_fp80 @sinl(x86_fp80) readonly 14 %Y = call float @sinf(float %X) readonly 19 %Y = call double @sin(double %X) readonly 24 %Y = call x86_fp80 @sinl(x86_fp80 %X) readonly 28 declare float @cosf(float) readonly 30 declare double @cos(double) readonly 32 declare x86_fp80 @cosl(x86_fp80) readonly 35 %Y = call float @cosf(float %X) readonly [all …]
|
D | sibcall-5.ll | 7 define double @foo(double %a) nounwind readonly ssp { 14 %0 = tail call double @sin(double %a) nounwind readonly 18 define float @bar(float %a) nounwind readonly ssp { 25 %0 = tail call float @sinf(float %a) nounwind readonly 29 declare float @sinf(float) nounwind readonly 31 declare double @sin(double) nounwind readonly
|
/external/llvm/test/CodeGen/X86/ |
D | sincos.ll | 6 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/Transforms/InferFunctionAttrs/ |
D | annotate.ll | 40 ; CHECK: declare i32 @access(i8* nocapture readonly, i32) [[G0:#[0-9]+]] 121 ; CHECK: declare void @bcopy(i8* nocapture readonly, i8* nocapture, i64) [[G0]] 148 ; CHECK: declare i32 @chmod(i8* nocapture readonly, i16 zeroext) [[G0]] 151 ; CHECK: declare i32 @chown(i8* nocapture readonly, i32, i32) [[G0]] 229 ; CHECK: declare noalias %opaque* @fdopen(i32, i8* nocapture readonly) [[G0]] 310 ; CHECK: declare noalias %opaque* @fopen(i8* nocapture readonly, i8* nocapture readonly) [[G0]] 313 ; CHECK: declare i32 @fprintf(%opaque* nocapture, i8* nocapture readonly, ...) [[G0]] 319 ; CHECK: declare i32 @fputs(i8* nocapture readonly, %opaque* nocapture) [[G0]] 337 ; CHECK: declare i32 @fscanf(%opaque* nocapture, i8* nocapture readonly, ...) [[G0]] 400 ; CHECK: declare %opaque* @getpwnam(i8* nocapture readonly) [[G0]] [all …]
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDJoinResponse.h | 22 @property(nonatomic, readonly) ARDJoinResultType result; 23 @property(nonatomic, readonly) BOOL isInitiator; 24 @property(nonatomic, readonly) NSString *roomId; 25 @property(nonatomic, readonly) NSString *clientId; 26 @property(nonatomic, readonly) NSArray *messages; 27 @property(nonatomic, readonly) NSURL *webSocketURL; 28 @property(nonatomic, readonly) NSURL *webSocketRestURL;
|
/external/llvm/test/Transforms/FunctionAttrs/ |
D | out-of-bounds-iterator-bug.ll | 4 ; "incorrect" behavior was inferring readonly for the %x argument in @caller. 5 ; Inferring readonly for %x *is* actually correct, since @va_func is marked 6 ; readonly, but FunctionAttrs was inferring readonly for the wrong reasons (and 7 ; we _need_ the readonly on @va_func to trigger the problematic code path). It 9 ; readonly for %x for the right reasons, and at that point this test will have 15 define void @va_func(i32* readonly %b, ...) readonly nounwind { 16 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
|
/external/llvm/test/Transforms/InstCombine/ |
D | icmp-range.ll | 6 define i1 @test_nonzero(i32* nocapture readonly %arg) { 13 define i1 @test_nonzero2(i32* nocapture readonly %arg) { 22 define i1 @test_nonzero3(i32* nocapture readonly %arg) { 32 define i1 @test_nonzero4(i8* nocapture readonly %arg) { 40 define i1 @test_nonzero5(i8* nocapture readonly %arg) { 58 define i1 @test_not_in_range(i32* nocapture readonly %arg) { 67 define i1 @test_in_range(i32* nocapture readonly %arg) { 76 define i1 @test_range_sgt_constant(i32* nocapture readonly %arg) { 85 define i1 @test_range_slt_constant(i32* nocapture readonly %arg) { 94 define i1 @test_multi_range1(i32* nocapture readonly %arg) { [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | pow-to-sqrt.ll | 5 ; special cases. The readonly attribute on the call should be preserved. 8 ; CHECK: %sqrtf = call float @sqrtf(float %x) nounwind readonly 9 ; CHECK: %fabsf = call float @fabsf(float %sqrtf) nounwind readonly 20 ; CHECK: %sqrt = call double @sqrt(double %x) nounwind readonly 21 ; CHECK: %fabs = call double @fabs(double %sqrt) nounwind readonly 32 declare float @powf(float, float) nounwind readonly 33 declare double @pow(double, double) nounwind readonly
|
/external/llvm/test/CodeGen/AArch64/ |
D | floatdp_1source.ll | 7 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 …]
|
/external/llvm/test/CodeGen/ARM/ |
D | ldstrex-m.ll | 7 define i64 @f0(i64* %p) nounwind readonly { 15 define void @f1(i64* %p) nounwind readonly { 24 define i64 @f2(i64* %p) nounwind readonly { 32 define i32 @f3(i32* %p) nounwind readonly { 40 define i8 @f4(i8* %p) nounwind readonly { 48 define void @f5(i32* %p) nounwind readonly { 57 define i32 @f6(i32* %p) nounwind readonly {
|