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

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

Completed in 556 milliseconds