Searched refs:isReadWrite (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | TargetInfo.cpp | 664 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/ |
| D | SemaObjCProperty.cpp | 188 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()
|
| D | SemaStmtAsm.cpp | 520 if (OutputConstraintInfos[I].isReadWrite() && Cnt-- == 0) { in ActOnGCCAsmStmt()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | TargetInfo.h | 971 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite() function
|
| D | Attr.td | 1240 Accessor<"isReadWrite", [Keyword<"__read_write">,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 2403 if (Info.isReadWrite()) { in EmitAsmStmt()
|
| D | CodeGenModule.cpp | 1609 else if (A && A->isReadWrite()) in GenOpenCLArgMetadata()
|
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 23924 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/ |
| D | Sema.h | 4424 const bool isReadWrite, 4442 const bool isReadWrite,
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 43928 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 …]
|