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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp193 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) || local
410 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isReadWrite, unsigned &Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind) argument
555 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h582 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } function in struct:clang::TargetInfo::ConstraintInfo
/freebsd-11.0-release/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.0-release/contrib/sqlite3/
H A Dsqlite3.c33152 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
39958 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
[all...]

Completed in 701 milliseconds