| /freebsd-14.2/contrib/llvm-project/clang/lib/Edit/ |
| H A D | Commit.cpp | 43 Commit::Commit(EditedSource &Editor) in Commit() function in Commit 48 bool Commit::insert(SourceLocation loc, StringRef text, in insert() 64 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange() 91 bool Commit::remove(CharSourceRange range) { in remove() 116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace() 132 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner() 165 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText() 212 void Commit::addRemove(SourceLocation OrigLoc, in addRemove() 296 bool Commit::canRemoveRange(CharSourceRange range, in canRemoveRange() 340 bool Commit::isAtStartOfMacroExpansion(SourceLocation loc, in isAtStartOfMacroExpansion() [all …]
|
| H A D | RewriteObjCFoundationAPI.cpp | 182 Commit &commit) { in rewriteToSubscriptGetCommon() 206 Commit &commit) { in rewriteToArraySubscriptGet() 216 Commit &commit) { in rewriteToDictionarySubscriptGet() 226 Commit &commit) { in rewriteToArraySubscriptSet() 260 Commit &commit) { in rewriteToDictionarySubscriptSet() 328 const NSAPI &NS, Commit &commit, 331 const NSAPI &NS, Commit &commit); 333 const NSAPI &NS, Commit &commit); 376 static void objectifyExpr(const Expr *E, Commit &commit); 379 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral() [all …]
|
| H A D | EditedSource.cpp | 276 bool EditedSource::commit(const Commit &commit) { in commit() 292 for (edit::Commit::edit_iterator in commit() 294 const edit::Commit::Edit &edit = *I; in commit() 296 case edit::Commit::Act_Insert: in commit() 299 case edit::Commit::Act_InsertFromRange: in commit() 304 case edit::Commit::Act_Remove: in commit()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | ChangeLog | 19 OpenBSD-Commit-ID: 618ececf58b8cdae016b149787af06240f7b0cbc 46 OpenBSD-Commit-ID: e58f18042b86425405ca09e6e9d7dfa1df9f5f7f 56 OpenBSD-Commit-ID: b3a22a2afd753d70766f34bc7f309c03706b5298 86 OpenBSD-Commit-ID: 97d96a166b1ad4b8d229864a553e3e56d3116860 94 OpenBSD-Commit-ID: 463e4a69eef3426a43a2b922c4e7b2011885d923 122 OpenBSD-Commit-ID: 208839699939721f452a4418afc028a9f9d3d8af 139 OpenBSD-Commit-ID: 7f196cba634c2a3dba115f3fac3c4635a2199491 164 OpenBSD-Commit-ID: 0335d641ae6b5b6201b9ffd5dd06345ebbd0a3f3 177 OpenBSD-Commit-ID: d37bc8786317a11649c62ff5e2936441186ef7a0 185 OpenBSD-Commit-ID: d59c52559f926fa82859035d79749fbb4a3ce18a [all …]
|
| H A D | FREEBSD-upgrade | 34 07) Commit: 105 18) Commit, and hunker down for the inevitable storm of complaints.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | Rewriters.h | 23 class Commit; variable 26 const NSAPI &NS, Commit &commit); 29 const NSAPI &NS, Commit &commit, 33 const NSAPI &NS, Commit &commit);
|
| H A D | Commit.h | 29 class Commit { 63 explicit Commit(EditedSource &Editor); 64 Commit(const SourceManager &SM, const LangOptions &LangOpts,
|
| H A D | EditedSource.h | 32 class Commit; variable 86 bool commit(const Commit &commit);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 879 edit::Commit commit(*Editor); in migrateProtocolConformance() 945 edit::Commit commit(*Editor); in migrateNSEnumDecl() 1218 edit::Commit commit(*Editor); in migrateProperty() 1232 edit::Commit commit(*Editor); in migrateProperty() 1258 edit::Commit commit(*Editor); in migrateNsReturnsInnerPointer() 1270 edit::Commit commit(*Editor); in migratePropertyNsReturnsInnerPointer() 1393 edit::Commit commit(*Editor); in AnnotateImplicitBridging() 1470 edit::Commit commit(*Editor); in AddCFAnnotations() 1637 edit::Commit commit(*Editor); in migrateAddMethodAnnotation() 1730 edit::Commit commit(*Editor); in InsertFoundation() [all …]
|
| /freebsd-14.2/contrib/less/ |
| H A D | FREEBSD-upgrade | 16 13. Commit and tag the result. 25 18. Commit the result.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 296 Error parseNumbers(uint64_t *Reserve, uint64_t *Commit) { in parseNumbers() argument 302 Commit = nullptr; in parseNumbers() 305 if (Error Err = readAsInt(Commit)) in parseNumbers()
|
| /freebsd-14.2/sys/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 29 * [Commit Message Formats](#commit-message-formats) 134 [Commit Message Formats](#commit-message-formats) section for more information. 208 ### Commit Message Formats 210 Commit messages for new changes must meet the following guidelines: 271 a Git Commit Message](https://chris.beams.io/posts/git-commit/).
|
| /freebsd-14.2/contrib/file/ |
| H A D | RELEASE-PROCEDURE | 8 4) Commit changes into CVS
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | FREEBSD-upgrade | 37 07) Commit: 129 18) Commit and hope you did not miss anything.
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | bcm4709-buffalo-wxr-1900dhp.dts | 99 /* Commit mode set by switch? */
|
| H A D | bcm4708-buffalo-wzr-1750dhp.dts | 115 /* Commit mode set by switch? */
|
| H A D | bcm4708-buffalo-wzr-1166dhp-common.dtsi | 119 /* Commit mode set by switch? */
|
| /freebsd-14.2/contrib/arm-optimized-routines/ |
| H A D | README.contributors | 34 - Commit message should be descriptive and should not refer to Arm internal
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 155 edit::Commit commit(Editor); in HandleDiagnostic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 133 HANDLE_MDMP_MEMSTATE(0x01000, Commit, MEM_COMMIT)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 385 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 398 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 430 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 445 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 2078 TPA.Commit(); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2562 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 2571 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 2585 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 4066 TPA.Commit(); in ParseOpenMPSingleExprWithArgClause() 4720 TPA.Commit(); in ParseOpenMPVarList()
|
| H A D | ParseExprCXX.cpp | 295 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 304 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 321 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 789 TPA.Commit(); in TryParseLambdaExpression() 795 TPA.Commit(); in TryParseLambdaExpression() 3686 TPA.Commit(); in ParseRequiresExpression() 3699 TPA.Commit(); in ParseRequiresExpression()
|
| H A D | ParseTemplate.cpp | 1614 TPA.Commit(); in ParseTemplateArgument() 1829 TPA.Commit(); in diagnoseUnknownTemplateId() 1877 TPA.Commit(); in checkPotentialAngleBracket()
|
| /freebsd-14.2/ |
| H A D | UPDATING | 106 Commit d34f4baaf138 changed the internal interface between 112 Commit 925d9b3abac2 modified the internal API between 381 Commit f0c9847a6c47 changed the arguments for VOP_ALLOCATE. 430 Commit 3ad1e1c1ce20 changed the internal KAPI between the NFS 434 Commit b69019c14cd8 removes pf's DIOCGETSTATESNV ioctl. 462 Commit 1e0a518d6548 changed the internal KAPI between the NFS 491 Commit e1a907a25cfa changed the internal KAPI between the krpc 514 Commit ca179c4d74f2 changed the package in which the OpenSSL 523 Commit 875977314881 changed the internal KAPI between 531 Commit 7763814fc9c2 changed the internal KAPI between [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1202 static void ApplyFixIt(const FixItHint &fixit, clang::edit::Commit &commit) { in ApplyFixIt() 1228 clang::edit::Commit commit(editor); in RewriteExpression()
|