/external/clang/test/CodeGenObjC/ |
D | continuation-class.m | 7 @interface ReadOnly : Object interface 16 @interface ReadOnly () interface in readwrite 21 @implementation ReadOnly implementation 30 ReadOnly *test = [ReadOnly new];
|
/external/clang/test/SemaObjC/ |
D | property-category-1.m | 7 @interface ReadOnly : Object interface 16 @interface ReadOnly () interface in readwrite 21 @implementation ReadOnly implementation 31 ReadOnly *test = [ReadOnly new];
|
D | continuation-class-err.m | 3 @interface ReadOnly interface 13 @interface ReadOnly () interface in readwrite 15 … expected-error {{illegal redeclaration of property in class extension 'ReadOnly' (attribute must …
|
/external/llvm/include/llvm/MC/ |
D | SectionKind.h | 39 ReadOnly, enumerator 140 return K == ReadOnly || isMergeableCString() || in isReadOnly() 208 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 254 Attribute::ReadOnly); 257 addFnAttr(Attribute::ReadOnly); 336 AttributeSets.hasAttribute(n, Attribute::ReadOnly); 339 addAttribute(n, Attribute::ReadOnly);
|
D | Intrinsics.td | 58 // ReadOnly - The specified argument pointer is not written to through the 60 class ReadOnly<int argNo> : IntrinsicProperty { 314 ReadOnly<1>]>; 319 ReadOnly<1>]>;
|
D | CallSite.h | 308 return paramHasAttr(ArgNo + 1, Attribute::ReadOnly) || in onlyReadsMemory()
|
D | Attributes.h | 99 ReadOnly, ///< Function only reads from memory enumerator
|
D | Instructions.h | 1475 return doesNotAccessMemory() || hasFnAttr(Attribute::ReadOnly); 1478 addAttribute(AttributeSet::FunctionIndex, Attribute::ReadOnly); 3165 return doesNotAccessMemory() || hasFnAttr(Attribute::ReadOnly); 3168 addAttribute(AttributeSet::FunctionIndex, Attribute::ReadOnly);
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 10 CHECK: DW_AT_name{{.*}}"-[TestInterface ReadOnly]" 37 CHECK: Name:{{.*}}"-[TestInterface ReadOnly]"
|
D | dwarfdump-objc.test | 7 CHECK: DW_AT_APPLE_property_name {{.*}} "ReadOnly"
|
/external/clang/test/SemaCXX/ |
D | bool.cpp | 8 ReadOnly = true enumerator
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 44 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrLen() 69 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrNLen() 93 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrChr() 120 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrNCmp() 219 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitMemChr() 243 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitMemCmp()
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
D | Annotations.java | 52 public @interface ReadOnly { annotation in Annotations
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-objc.m | 7 @property (readonly) int ReadOnly; property
|
/external/llvm/utils/TableGen/ |
D | CodeGenIntrinsics.h | 85 ReadOnly, enumerator
|
D | CodeGenTarget.cpp | 583 ArgumentAttributes.push_back(std::make_pair(ArgNo, ReadOnly)); in CodeGenIntrinsic()
|
D | IntrinsicEmitter.cpp | 625 case CodeGenIntrinsic::ReadOnly: in EmitAttributes()
|
/external/e2fsprogs/lib/ext2fs/ |
D | nt_io.c | 497 IN BOOLEAN ReadOnly, in _OpenDriveLetter() argument 506 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly); in _OpenDriveLetter() 816 IN BOOLEAN ReadOnly, in _Ext2OpenDevice() argument 841 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly); in _Ext2OpenDevice() 867 Status = _OpenNtName(Name, ReadOnly, Handle, OpenedReadonly); in _Ext2OpenDevice()
|
/external/v8/test/mjsunit/ |
D | mirror-regexp.js | 31 var all_attributes = debug.PropertyAttribute.ReadOnly |
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 282 B.addAttribute(Attribute::ReadOnly) in AddReadAttrs() 290 ReadsMemory ? Attribute::ReadOnly : Attribute::ReadNone); in AddReadAttrs() 518 return IsRead ? Attribute::ReadOnly : Attribute::ReadNone; in determinePointerReadAttrs() 612 R == Attribute::ReadOnly ? ++NumReadOnlyArg : ++NumReadNoneArg; in AddArgumentAttrs() 697 if (K == Attribute::ReadOnly) { in AddArgumentAttrs() 698 ReadAttr = Attribute::ReadOnly; in AddArgumentAttrs() 711 ReadAttr == Attribute::ReadOnly ? ++NumReadOnlyArg : ++NumReadNoneArg; in AddArgumentAttrs()
|
/external/v8/src/ |
D | property-details.h | 15 READ_ONLY = v8::ReadOnly,
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 239 if (hasAttribute(Attribute::ReadOnly)) in getAsString() 407 case Attribute::ReadOnly: return 1 << 10; in getAttrMask() 1308 .addAttribute(Attribute::ReadOnly) in typeIncompatible()
|
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 108 …ingType::kNormal).ToLocalChecked(), v8::FunctionTemplate::New(isolate, pMethodCall), v8::ReadOnly); in JS_DefineObjMethod() 205 …te, FX_LPCSTR(bsMethodName), v8::NewStringType::kNormal).ToLocalChecked(), funTempl, v8::ReadOnly); in JS_DefineGlobalMethod() 228 …isolate, FX_LPCSTR(bsConst), v8::NewStringType::kNormal).ToLocalChecked(), pDefault, v8::ReadOnly); in JS_DefineGlobalConst()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 514 AB.addAttribute(Attribute::ReadOnly); in TEST()
|