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

  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 116 bool isReadWrite() const;
  /external/clang/lib/Basic/
TargetInfo.cpp 495 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
552 if (OutputConstraints[i].isReadWrite())
581 if (OutputConstraints[Index].isReadWrite())
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 227 bool FileHandle::isReadWrite() const {
  /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...]
SemaStmtAsm.cpp 376 if (OutputConstraintInfos[I].isReadWrite() && Cnt-- == 0) {
  /external/clang/include/clang/Basic/
TargetInfo.h 582 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; }
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1177 milliseconds