Home
last modified time | relevance | path

Searched defs:isRead (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DReference.ts21 isRead(): boolean; method
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Daccess.c104 int isRead = access(ptr, R_OK); in access_0500() local
Dfaccessat.c68 int isRead = faccessat(fd, ptr, R_OK, 0); in faccessat_0300() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerBuffer.cpp237 bool isRead = data->mode & WGPUMapMode_Read; in OnBufferMapAsyncCallback() local
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_gfx_mem.cpp219 void BuilderGfxMem::TrackerHelper(Value* Ptr, Type* Ty, MEM_CLIENT usage, bool isRead) in TrackerHelper()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp1005 bool isRead = false; in transformExpression() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3834 unsigned isRead = ~cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue() & 1; in LowerPREFETCH() local