Searched defs:isReadWrite (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp192 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) || local
414 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
566 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
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h861 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } function in struct:clang::TargetInfo::ConstraintInfo
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23924 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
29527 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
34043 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c39889 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
47130 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
[all...]

Completed in 879 milliseconds