Home
last modified time | relevance | path

Searched defs:isReadOnly (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-readonly-parameter-types.ts97 const isReadOnly = util.isTypeReadonly(checker, type); constant
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DReference.ts23 isReadOnly(): boolean; method
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DIWKVOptions.java30 public boolean isReadOnly() { in isReadOnly() method in IWKVOptions
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DIWKVOptions.java31 public boolean isReadOnly() { in isReadOnly() method in IWKVOptions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h122 bool isReadOnly() const { in isReadOnly() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h194 bool isReadOnly() const { in isReadOnly() function
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_gfx_mem.cpp129 Value* BuilderGfxMem::GEP(Value* Ptr, Value* Idx, Type* Ty, bool isReadOnly, const Twine& Name) in GEP()
Dbuilder_mem.cpp44 Value* Builder::GEP(Value* Ptr, Value* Idx, Type* Ty, bool isReadOnly, const Twine& Name) in GEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp370 StringRef SectionName, bool isReadOnly) { in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp758 bool isReadOnly = AA.onlyReadsMemory(QueryCall); in getDependency() local
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h125 virtual bool isReadOnly() const { return ! writable; } in isReadOnly() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp714 bool isReadOnly = STI.getTargetLowering()->isReadOnly(GV); in selectGlobal() local
DARMISelLowering.cpp3448 bool ARMTargetLowering::isReadOnly(const GlobalValue *GV) const { in isReadOnly() function in ARMTargetLowering
/third_party/glslang/glslang/Include/
DTypes.h574 bool isReadOnly() const { return false; } in isReadOnly() function
611 bool isReadOnly() const { return readonly; } in isReadOnly() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1048 bool isReadOnly(AliasSetTracker *CurAST, const MemorySSAUpdater *MSSAU, in isReadOnly() function