Searched refs:isReadWrite (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp642 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
699 if (OutputConstraints[i].isReadWrite())
728 if (OutputConstraints[Index].isReadWrite())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp188 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || local
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)
405 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, unsigned &Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind) argument
558 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
H A DSemaStmtAsm.cpp520 if (OutputConstraintInfos[I].isReadWrite() && Cnt-- == 0) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h971 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } function in struct:clang::TargetInfo::ConstraintInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2359 if (Info.isReadWrite()) {
H A DCodeGenModule.cpp1579 else if (A && A->isReadWrite())
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4390 const bool isReadWrite,
4408 const bool isReadWrite,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c44287 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
51358 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
[all...]

Completed in 697 milliseconds