HomeSort by relevance Sort by last modified time
    Searched defs:isReadWrite (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 227 bool FileHandle::isReadWrite() const {
  /external/clang/include/clang/Basic/
TargetInfo.h 582 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; }
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 193 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) ||
204 isReadWrite,
215 GetterSel, SetterSel, isReadWrite,
415 const bool isReadWrite,
451 if (!(PIDecl->isReadOnly() && isReadWrite)) {
512 isReadWrite,
562 const bool isReadWrite,
577 } else if (getOwnershipRule(Attributes) || !isReadWrite) {
650 if (isReadWrite)
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 995 milliseconds