| /llvm-project/clang/test/CodeGenObjC/ |
| H A D | continuation-class.m | 7 @interface ReadOnly : Object interface 16 @interface ReadOnly () interface in readwrite 21 @implementation ReadOnly implementation 30 ReadOnly *test = [ReadOnly new];
|
| /llvm-project/clang/test/SemaObjC/ |
| H A 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];
|
| H A 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 …
|
| /llvm-project/llvm/test/CodeGen/SPIRV/transcoding/ |
| H A D | spirv-types.ll | 18 ; CHECK-SPIRV-DAG: %[[#PIPE_RD:]] = OpTypePipe ReadOnly 20 ; CHECK-SPIRV-DAG: %[[#IMG1D_RD:]] = OpTypeImage %[[#VOID]] 1D 0 0 0 0 Unknown ReadOnly 21 ; CHECK-SPIRV-DAG: %[[#IMG2D_RD:]] = OpTypeImage %[[#INT]] 2D 0 0 0 0 Unknown ReadOnly 22 ; CHECK-SPIRV-DAG: %[[#IMG3D_RD:]] = OpTypeImage %[[#INT]] 3D 0 0 0 0 Unknown ReadOnly 23 ; CHECK-SPIRV-DAG: %[[#IMG2DD_RD:]] = OpTypeImage %[[#FLOAT]] 2D 1 0 0 0 Unknown ReadOnly 24 ; CHECK-SPIRV-DAG: %[[#IMG2DA_RD:]] = OpTypeImage %[[#HALF]] 2D 0 1 0 0 Unknown ReadOnly 25 ; CHECK-SPIRV-DAG: %[[#IMG1DB_RD:]] = OpTypeImage %[[#FLOAT]] Buffer 0 0 0 0 Unknown ReadOnly
|
| H A D | cl-types.ll | 30 ; CHECK-SPIRV-DAG: %[[#PIPE_RD:]] = OpTypePipe ReadOnly 32 ; CHECK-SPIRV-DAG: %[[#IMG1D_RD:]] = OpTypeImage %[[#VOID]] 1D 0 0 0 0 Unknown ReadOnly 33 ; CHECK-SPIRV-DAG: %[[#IMG2D_RD:]] = OpTypeImage %[[#VOID]] 2D 0 0 0 0 Unknown ReadOnly 34 ; CHECK-SPIRV-DAG: %[[#IMG3D_RD:]] = OpTypeImage %[[#VOID]] 3D 0 0 0 0 Unknown ReadOnly 35 ; CHECK-SPIRV-DAG: %[[#IMG2DA_RD:]] = OpTypeImage %[[#VOID]] 2D 0 1 0 0 Unknown ReadOnly 36 ; CHECK-SPIRV-DAG: %[[#IMG1DB_RD:]] = OpTypeImage %[[#VOID]] Buffer 0 0 0 0 Unknown ReadOnly
|
| H A D | get_image_num_mip_levels.ll | 7 ; CHECK-DAG: %[[#IMAGE1D_T:]] = OpTypeImage %[[#VOID]] 1D 0 0 0 0 Unknown ReadOnly 8 ; CHECK-DAG: %[[#IMAGE2D_T:]] = OpTypeImage %[[#VOID]] 2D 0 0 0 0 Unknown ReadOnly 9 ; CHECK-DAG: %[[#IMAGE3D_T:]] = OpTypeImage %[[#VOID]] 3D 0 0 0 0 Unknown ReadOnly 10 ; CHECK-DAG: %[[#IMAGE1D_ARRAY_T:]] = OpTypeImage %[[#VOID]] 1D 0 1 0 0 Unknown ReadOnly 11 ; CHECK-DAG: %[[#IMAGE2D_ARRAY_T:]] = OpTypeImage %[[#VOID]] 2D 0 1 0 0 Unknown ReadOnly 12 ; CHECK-DAG: %[[#IMAGE2D_DEPTH_T:]] = OpTypeImage %[[#VOID]] 2D 1 0 0 0 Unknown ReadOnly 13 ; CHECK-DAG: %[[#IMAGE2D_ARRAY_DEPTH_T:]] = OpTypeImage %[[#VOID]] 2D 1 1 0 0 Unknown ReadOnly
|
| H A D | image_get_size_with_access_qualifiers.ll | 5 ; CHECK-SPIRV-DAG: %[[#ImageTyID:]] = OpTypeImage %[[#VoidTyID]] 2D 0 1 0 0 Unknown ReadOnly
|
| /llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | pass-by-value.rst | 48 - Foo(const std::string &Copied, const std::string &ReadOnly) 49 - : Copied(Copied), ReadOnly(ReadOnly) 50 + Foo(std::string Copied, const std::string &ReadOnly) 51 + : Copied(std::move(Copied)), ReadOnly(ReadOnly) 56 const std::string &ReadOnly;
|
| /llvm-project/llvm/unittests/IR/ |
| H A D | AttributesTest.cpp | 89 B_align_readonly.addAttribute(Attribute::ReadOnly); in TEST() 100 EXPECT_TRUE(AS.hasAttribute(Attribute::ReadOnly)); in TEST() 103 EXPECT_TRUE(AS.hasAttribute(Attribute::ReadOnly)); in TEST() 107 EXPECT_TRUE(AS.hasAttribute(Attribute::ReadOnly)); in TEST() 118 EXPECT_TRUE(AL.hasParamAttr(0, Attribute::ReadOnly)); in TEST() 123 EXPECT_TRUE(AL.hasParamAttr(0, Attribute::ReadOnly)); in TEST() 130 EXPECT_TRUE(AL.hasParamAttr(0, Attribute::ReadOnly)); in TEST() 140 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST() 147 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); in TEST() 180 {AttributeList::FunctionIndex, Attribute::get(C, Attribute::ReadOnly)}}; [all...] |
| /llvm-project/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 40 ReadOnly, enumerator 132 return K == ReadOnly || isMergeableCString() || in isReadOnly() 192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
|
| /llvm-project/llvm/test/CodeGen/SPIRV/ |
| H A D | image.ll | 4 ; CHECK-SPIRV-DAG: %[[#]] = OpTypeImage %[[#VOID_TY]] 2D 0 0 0 0 Unknown ReadOnly 6 ; CHECK-SPIRV-NOT: %[[#]] = OpTypeImage %[[#VOID_TY]] 2D 0 0 0 0 Unknown ReadOnly
|
| /llvm-project/polly/lib/Support/ |
| H A D | VirtualInstruction.cpp | 79 // ReadOnly uses may have MemoryAccesses that we want to associate with the in create() 91 return VirtualUse(UserStmt, Val, ReadOnly, nullptr, InputMA); in create() 95 return VirtualUse(UserStmt, Val, ReadOnly, nullptr, InputMA); in create() 121 case VirtualUse::ReadOnly: in print() 298 case VirtualUse::ReadOnly: in walkReachable()
|
| /llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 181 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; 216 return RefAndFlags.getInt() & ReadOnly; in getAccessSpecifier() 224 return RefAndFlags.getInt() & (ReadOnly | WriteOnly); in setReadOnly() 227 unsigned BadAccessMask = ReadOnly | WriteOnly; in setReadOnly() 234 RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly); 774 unsigned ReadOnly : 1; 800 this->ReadOnly &= RHS.ReadOnly; 813 return this->ReadNone | this->ReadOnly | this->NoRecurse | 824 OS << ", readOnly: " << this->ReadOnly; 180 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; global() enumerator [all...] |
| /llvm-project/llvm/test/DebugInfo/ |
| H A D | dwarfdump-accel.test | 11 CHECK: DW_AT_name{{.*}}"-[TestInterface ReadOnly]" 36 CHECK: String:{{.*}}"-[TestInterface ReadOnly]"
|
| /llvm-project/clang/test/SemaCXX/ |
| H A D | bool.cpp | 13 ReadOnly = true enumerator
|
| /llvm-project/polly/include/polly/Support/ |
| H A D | VirtualInstruction.h | 55 ReadOnly, enumerator 133 bool isReadOnly() const { return Kind == ReadOnly; } in isReadOnly()
|
| /llvm-project/llvm/test/DebugInfo/Inputs/ |
| H A D | dwarfdump-objc.m | 7 @property (readonly) int ReadOnly; property
|
| /llvm-project/llvm/test/CodeGen/SPIRV/pointers/ |
| H A D | kernel-argument-pointer-type-deduction-no-metadata.ll | 6 ; CHECK: %[[#IMAGE:]] = OpTypeImage %[[#VOID]] 2D 0 0 0 0 Unknown ReadOnly
|
| H A D | kernel-argument-pointer-type-deduction-no-bitcast-to-generic.ll | 4 ; CHECK-DAG: %[[#IMAGE:]] = OpTypeImage %2 2D 0 0 0 0 Unknown ReadOnly
|
| /llvm-project/llvm/unittests/Support/ |
| H A D | Path.cpp | 2203 fs::perms ReadOnly = fs::all_read | fs::all_exe; in TEST_F() 2205 EXPECT_TRUE(CheckPermissions(ReadOnly)); in TEST_F() 2208 EXPECT_TRUE(CheckPermissions(ReadOnly)); in TEST_F() 2214 EXPECT_TRUE(CheckPermissions(ReadOnly)); in TEST_F() 2220 EXPECT_TRUE(CheckPermissions(ReadOnly)); in TEST_F() 2226 EXPECT_TRUE(CheckPermissions(ReadOnly)); in TEST_F() 2232 EXPECT_TRUE(CheckPermissions(ReadOnly)); in TEST_F() 2238 EXPECT_TRUE(CheckPermissions(ReadOnly)); in TEST_F() 2244 EXPECT_TRUE(CheckPermissions(ReadOnly)); in TEST_F() 2250 EXPECT_TRUE(CheckPermissions(ReadOnly)); in TEST_F() 2199 fs::perms ReadOnly = fs::all_read | fs::all_exe; TEST_F() local [all...] |
| /llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 41 ReadOnly.insert(Hexagon::PC); in init() 42 ReadOnly.insert(Hexagon::C9_8); in init() 535 if (ReadOnly.find(Register) != ReadOnly.end()) { in checkRegistersReadOnly()
|
| H A D | HexagonMCChecker.h | 72 std::set<unsigned> ReadOnly; variable
|
| /llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFF.h | 221 static void getReadOnly(const uint8_t *Record, bool &ReadOnly) { in getReadOnly() argument 224 ReadOnly = (bool)Value; in getReadOnly()
|
| /llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | CodeGenIntrinsics.h | 126 ReadOnly, 116 ReadOnly, global() enumerator
|
| /llvm-project/mlir/lib/Target/LLVMIR/ |
| H A D | AttrKindDetail.h | 49 {llvm::Attribute::AttrKind::ReadOnly, LLVMDialect::getReadonlyAttrName()}, in getAttrKindToNameMapping()
|