Home
last modified time | relevance | path

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

12

/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dcontinuation-class.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
30 ReadOnly *test = [ReadOnly new];
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dproperty-category-1.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
31 ReadOnly *test = [ReadOnly new];
H A 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 …
/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h39 ReadOnly, enumerator
141 return K == ReadOnly || isMergeableCString() || in isReadOnly()
209 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dbool.cpp8 ReadOnly = true enumerator
/minix/external/bsd/llvm/dist/llvm/test/DebugInfo/
H A Ddwarfdump-accel.test10 CHECK: DW_AT_name{{.*}}"-[TestInterface ReadOnly]"
37 CHECK: Name:{{.*}}"-[TestInterface ReadOnly]"
H A Ddwarfdump-objc.test7 CHECK: DW_AT_APPLE_property_name {{.*}} "ReadOnly"
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h261 Attribute::ReadOnly);
264 addFnAttr(Attribute::ReadOnly);
343 AttributeSets.hasAttribute(n, Attribute::ReadOnly);
346 addAttribute(n, Attribute::ReadOnly);
H A DIntrinsics.td58 // ReadOnly - The specified argument pointer is not written to through the
60 class ReadOnly<int argNo> : IntrinsicProperty {
312 ReadOnly<1>]>;
317 ReadOnly<1>]>;
H A DCallSite.h307 return paramHasAttr(ArgNo + 1, Attribute::ReadOnly) || in onlyReadsMemory()
H A DAttributes.h98 ReadOnly, ///< Function only reads from memory enumerator
H A DInstructions.h1430 return doesNotAccessMemory() || hasFnAttr(Attribute::ReadOnly);
1433 addAttribute(AttributeSet::FunctionIndex, Attribute::ReadOnly);
3105 return doesNotAccessMemory() || hasFnAttr(Attribute::ReadOnly);
3108 addAttribute(AttributeSet::FunctionIndex, Attribute::ReadOnly);
/minix/external/bsd/llvm/dist/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-objc.m7 @property (readonly) int ReadOnly; property
/minix/external/bsd/pkg_install/dist/info/
H A Dmain.c255 if (!pkgdb_open(ReadOnly)) in main()
276 if (!pkgdb_open(ReadOnly)) { in main()
/minix/external/bsd/pkg_install/dist/lib/
H A Dpkgdb.c116 (mode == ReadOnly) ? O_RDONLY : O_RDWR | O_CREAT, in pkgdb_open()
206 if (pkgdb_open(ReadOnly)) { in pkgdb_dump()
H A Dlib.h152 ReadOnly enumerator
/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h85 ReadOnly, enumerator
H A DCodeGenTarget.cpp582 ArgumentAttributes.push_back(std::make_pair(ArgNo, ReadOnly)); in CodeGenIntrinsic()
H A DIntrinsicEmitter.cpp622 case CodeGenIntrinsic::ReadOnly: in EmitAttributes()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp44 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrLen()
72 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrNLen()
99 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrChr()
127 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrNCmp()
236 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitMemChr()
265 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitMemCmp()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A 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()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp226 if (hasAttribute(Attribute::ReadOnly)) in getAsString()
399 case Attribute::ReadOnly: return 1 << 10; in getAttrMask()
1258 .addAttribute(Attribute::ReadOnly) in typeIncompatible()
H A DVerifier.cpp847 } else if (I->getKindAsEnum() == Attribute::ReadOnly || in VerifyAttributeTypes()
893 Attrs.hasAttribute(Idx, Attribute::ReadOnly)), "Attributes " in VerifyParameterAttrs()
905 Attrs.hasAttribute(Idx, Attribute::ReadOnly)), "Attributes " in VerifyParameterAttrs()
992 Attribute::ReadOnly)), in VerifyFunctionAttrs()
/minix/external/bsd/pkg_install/dist/delete/
H A Dpkg_delete.c859 r = pkgdb_open(ReadOnly); in main()
/minix/external/bsd/llvm/dist/llvm/unittests/IR/
H A DInstructionsTest.cpp512 AB.addAttribute(Attribute::ReadOnly); in TEST()

12