Home
last modified time | relevance | path

Searched refs:ReadOnly (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/test/CodeGenObjC/
Dcontinuation-class.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
30 ReadOnly *test = [ReadOnly new];
/external/clang/test/SemaObjC/
Dproperty-category-1.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
31 ReadOnly *test = [ReadOnly new];
Dcontinuation-class-err.m3 @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/
DSectionKind.h39 ReadOnly, enumerator
140 return K == ReadOnly || isMergeableCString() || in isReadOnly()
208 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
/external/llvm/include/llvm/IR/
DFunction.h254 Attribute::ReadOnly);
257 addFnAttr(Attribute::ReadOnly);
336 AttributeSets.hasAttribute(n, Attribute::ReadOnly);
339 addAttribute(n, Attribute::ReadOnly);
DIntrinsics.td58 // ReadOnly - The specified argument pointer is not written to through the
60 class ReadOnly<int argNo> : IntrinsicProperty {
314 ReadOnly<1>]>;
319 ReadOnly<1>]>;
DCallSite.h308 return paramHasAttr(ArgNo + 1, Attribute::ReadOnly) || in onlyReadsMemory()
DAttributes.h99 ReadOnly, ///< Function only reads from memory enumerator
DInstructions.h1475 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/
Ddwarfdump-accel.test10 CHECK: DW_AT_name{{.*}}"-[TestInterface ReadOnly]"
37 CHECK: Name:{{.*}}"-[TestInterface ReadOnly]"
Ddwarfdump-objc.test7 CHECK: DW_AT_APPLE_property_name {{.*}} "ReadOnly"
/external/clang/test/SemaCXX/
Dbool.cpp8 ReadOnly = true enumerator
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp44 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/
DAnnotations.java52 public @interface ReadOnly { annotation in Annotations
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m7 @property (readonly) int ReadOnly; property
/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h85 ReadOnly, enumerator
DCodeGenTarget.cpp583 ArgumentAttributes.push_back(std::make_pair(ArgNo, ReadOnly)); in CodeGenIntrinsic()
DIntrinsicEmitter.cpp625 case CodeGenIntrinsic::ReadOnly: in EmitAttributes()
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c497 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/
Dmirror-regexp.js31 var all_attributes = debug.PropertyAttribute.ReadOnly |
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp282 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/
Dproperty-details.h15 READ_ONLY = v8::ReadOnly,
/external/llvm/lib/IR/
DAttributes.cpp239 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/
Dfxjs_v8.cpp108 …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/
DInstructionsTest.cpp514 AB.addAttribute(Attribute::ReadOnly); in TEST()

12