Home
last modified time | relevance | path

Searched refs:isReadWrite (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DTargetInfo.cpp664 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()
721 if (OutputConstraints[i].isReadWrite()) in validateInputConstraint()
750 if (OutputConstraints[Index].isReadWrite()) in validateInputConstraint()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp188 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || in ActOnProperty() local
201 isReadWrite, Attributes, in ActOnProperty()
212 ODS.getSetterNameLoc(), isReadWrite, Attributes, in ActOnProperty()
413 const bool isReadWrite, in HandlePropertyInClassExtension() argument
453 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()
515 isReadWrite, in HandlePropertyInClassExtension()
567 const bool isReadWrite, in CreatePropertyDecl() argument
582 } else if (getOwnershipRule(Attributes) || !isReadWrite) { in CreatePropertyDecl()
659 if (isReadWrite) in CreatePropertyDecl()
DSemaStmtAsm.cpp520 if (OutputConstraintInfos[I].isReadWrite() && Cnt-- == 0) { in ActOnGCCAsmStmt()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetInfo.h971 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite() function
DAttr.td1240 Accessor<"isReadWrite", [Keyword<"__read_write">,
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2403 if (Info.isReadWrite()) { in EmitAsmStmt()
DCodeGenModule.cpp1609 else if (A && A->isReadWrite()) in GenOpenCLArgMetadata()
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c23924 int isReadWrite = (flags & SQLITE_OPEN_READWRITE);
23946 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
23947 assert(isCreate==0 || isReadWrite);
23980 if( isReadWrite ){
24025 if( isReadWrite ){
24035 *pOutFlags = isReadWrite ? SQLITE_OPEN_READWRITE : SQLITE_OPEN_READONLY;
29527 int isReadWrite = (flags & SQLITE_OPEN_READWRITE);
29558 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
29559 assert(isCreate==0 || isReadWrite);
29606 if( isReadWrite ) openFlags |= O_RDWR;
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h4424 const bool isReadWrite,
4442 const bool isReadWrite,
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c43928 int isReadWrite = (flags & SQLITE_OPEN_READWRITE);
43959 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
43960 assert(isCreate==0 || isReadWrite);
44031 if( isReadWrite ) openFlags |= O_RDWR;
44054 }else if( errno!=EISDIR && isReadWrite ){
50994 int isReadWrite = (flags & SQLITE_OPEN_READWRITE);
51014 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
51015 assert(isCreate==0 || isReadWrite);
51079 if( isReadWrite ){
51142 if( isReadWrite ){
[all …]