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 504 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
562 if (OutputConstraints[i].isReadWrite())
591 if (OutputConstraints[Index].isReadWrite())
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 227 bool FileHandle::isReadWrite() const {
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 153 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) ||
159 (isReadWrite &&
173 isAssign, isReadWrite,
185 GetterSel, SetterSel, isAssign, isReadWrite,
321 const bool isReadWrite,
385 FD, GetterSel, SetterSel, isAssign, isReadWrite,
427 if (isReadWrite && (PIkind & ObjCPropertyDecl::OBJC_PR_readonly)) {
531 const bool isReadWrite,
604 if (isReadWrite)
    [all...]
SemaStmtAsm.cpp 338 if (OutputConstraintInfos[I].isReadWrite() && Cnt-- == 0) {
  /external/clang/include/clang/Basic/
TargetInfo.h 554 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; }
  /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 855 milliseconds