HomeSort by: relevance | last modified time | path
    Searched refs:isReadWrite (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 642 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
699 if (OutputConstraints[i].isReadWrite())
728 if (OutputConstraints[Index].isReadWrite())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 188 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) ||
201 isReadWrite, Attributes,
212 ODS.getSetterNameLoc(), isReadWrite, Attributes,
413 const bool isReadWrite,
453 if (!(PIDecl->isReadOnly() && isReadWrite)) {
515 isReadWrite,
567 const bool isReadWrite,
582 } else if (getOwnershipRule(Attributes) || !isReadWrite) {
659 if (isReadWrite)
SemaStmtAsm.cpp 520 if (OutputConstraintInfos[I].isReadWrite() && Cnt-- == 0) {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 971 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2359 if (Info.isReadWrite()) {
CodeGenModule.cpp 1579 else if (A && A->isReadWrite())
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4390 const bool isReadWrite,
4408 const bool isReadWrite,
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 133 milliseconds