Home
last modified time | relevance | path

Searched defs:ReadOnly (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dcontinuation-class.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-category-1.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
H A Dcontinuation-class-err.m3 @interface ReadOnly interface
13 @interface ReadOnly () interface in readwrite
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbool.cpp8 ReadOnly = true enumerator
/llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-objc.m7 @property (readonly) int ReadOnly; property
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h73 std::set<unsigned> ReadOnly; variable
/llvm-project-15.0.7/polly/include/polly/Support/
H A DVirtualInstruction.h55 ReadOnly, enumerator
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DSectionKind.h40 ReadOnly, enumerator
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h168 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h158 ReadOnly, enumerator
/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h126 enum class ConstraintKind { NoConstraint, ReadOnly, ReadWrite }; enumerator
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DAPI.h233 ReadOnly = 1, enumerator
/llvm-project-15.0.7/libc/test/src/__support/File/
H A Dfile_test.cpp226 TEST(LlvmLibcFileTest, ReadOnly) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp67 bool ReadOnly = true; member
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h60 ReadOnly = 1, enumerator
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2260 bool HasUnwindClobber, bool ReadOnly, in UpdateAsmCallInst()
2381 bool ReadOnly = true, ReadNone = true; in EmitAsmStmt() local
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h438 ReadOnly = 0, enumerator
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp2146 fs::perms ReadOnly = fs::all_read | fs::all_exe; in TEST_F() local
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1637 bool ReadOnly = false; in buildAccessCallInst() local
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp8294 bool ReadOnly = Fwd->isReadOnly(); in resolveFwdRef() local
9477 bool WriteOnly = false, ReadOnly = EatIfPresent(lltok::kw_readonly); in parseGVReference() local