| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | Commit.cpp | 23 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const { in getFileLocation() 30 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange() 35 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange() 42 Commit::Commit(EditedSource &Editor) in Commit() function in Commit 47 bool Commit::insert(SourceLocation loc, StringRef text, in insert() 63 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange() 90 bool Commit::remove(CharSourceRange range) { in remove() 102 bool Commit::insertWrap(StringRef before, CharSourceRange range, in insertWrap() 115 bool Commit::replace(CharSourceRange range, StringRef text) { in replace() 131 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner() [all …]
|
| H A D | RewriteObjCFoundationAPI.cpp | 60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() 174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver() 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() 291 const NSAPI &NS, Commit &commit) { in rewriteToObjCSubscriptSyntax() 328 const NSAPI &NS, Commit &commit, 331 const NSAPI &NS, Commit &commit); [all …]
|
| H A D | EditedSource.cpp | 274 bool EditedSource::commit(const Commit &commit) { in commit() 290 for (edit::Commit::edit_iterator in commit() 292 const edit::Commit::Edit &edit = *I; in commit() 294 case edit::Commit::Act_Insert: in commit() 297 case edit::Commit::Act_InsertFromRange: in commit() 302 case edit::Commit::Act_Remove: in commit()
|
| /freebsd/crypto/openssh/ |
| H A D | ChangeLog | 19 OpenBSD-Commit-ID: ce7b0749e5139c70410ee92a13d368d7d34262b5 42 OpenBSD-Commit-ID: ca0acdd64eea435d6f89534538a9eb404a5629d3 56 OpenBSD-Commit-ID: faaa6ad72e7d69d41fa8b197b606265b7d9bc73f 68 OpenBSD-Commit-ID: c40bd35cc2428fcaccad7a141703c28baa6da01e 78 OpenBSD-Commit-ID: bb5021b2b45d9d3f54a012d569872805d107f59c 88 OpenBSD-Commit-ID: bcef522cfa587c7cf035660bb347cff36b65bfbd 161 OpenBSD-Commit-ID: f32e17df54fa66b0e936f1aeb3963f949e4a9bb8 169 OpenBSD-Commit-ID: 730e54174b2182c7011cc87a0fdae595cd9bcc2d 180 OpenBSD-Commit-ID: cb36192cd53483f8e452ea91bc42be7bbb2fffa3 198 OpenBSD-Commit-ID: e08f34413eeced47478c14d5005726f9bdd5d80e [all …]
|
| H A D | FREEBSD-upgrade | 34 07) Commit: 105 18) Commit, and hunker down for the inevitable storm of complaints.
|
| /freebsd/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/contrib/less/ |
| H A D | FREEBSD-upgrade | 14 13. Commit and tag the result. 23 18. Commit the result.
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 306 Error parseNumbers(uint64_t *Reserve, uint64_t *Commit) { in parseNumbers() argument 312 Commit = nullptr; in parseNumbers() 315 if (Error Err = readAsInt(Commit)) in parseNumbers()
|
| /freebsd/contrib/blocklist/ |
| H A D | FreeBSD-upgrade | 42 6. Commit: 92 14. Commit.
|
| /freebsd/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. 204 ### Commit Message Formats 206 Commit messages for new changes must meet the following guidelines: 267 a Git Commit Message](https://chris.beams.io/posts/git-commit/).
|
| /freebsd/contrib/file/ |
| H A D | RELEASE-PROCEDURE | 8 4) Commit changes into CVS
|
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| 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/crypto/openssl/ |
| H A D | FREEBSD-upgrade.md | 102 ### Commit, tag, and push 202 ### Commit and push
|
| H A D | CONTRIBUTING.md | 36 issues or having prior knowledge. Commit messages should include all 39 are encouraged if they aid understanding. Commit message titles (their
|
| /freebsd/contrib/arm-optimized-routines/ |
| H A D | README.contributors | 34 - Commit message should be descriptive and should not refer to Arm internal
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 155 edit::Commit commit(Editor); in HandleDiagnostic()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 137 HANDLE_MDMP_MEMSTATE(0x01000, Commit, MEM_COMMIT)
|
| /freebsd/ |
| H A D | UPDATING | 100 Commit 9f49f436a9ec changed the internal KAPI between the NFS 141 Commit e5aa60d06958 changed the internal KAPI between 314 Commit cce64f2e6851 changed the internal KAPI between the NFS 458 Commit e64fe5ad3a23 removed in6_maxmtu and its setter in6_setmaxmtu(). 466 Commit 772258c89f28 changed the internal API between the nfscommon 482 Commit 9419e086e1a3 changed the internal API between the nfscommon 503 Commit 4a77657cbc01 changed the ABI between ipfw(8) and ipfw(4). 510 Commit 4517fbfd4251 modified the internal API between the 653 Commit cc760de2183f changed the internal interface between 677 Commit 57ce37f9dcd0 changed the internal KAPI between the [all …]
|
| H A D | CONTRIBUTING.md | 72 #### Commit Structure 82 #### Commit Messages
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 288 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 297 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 314 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 730 TPA.Commit(); in TryParseLambdaExpression() 736 TPA.Commit(); in TryParseLambdaExpression() 3327 TPA.Commit(); in ParseRequiresExpression() 3340 TPA.Commit(); in ParseRequiresExpression()
|
| H A D | ParseOpenMP.cpp | 261 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 274 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 306 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 321 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 1992 TPA.Commit(); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2592 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 2601 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 2616 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 3901 TPA.Commit(); in ParseOpenMPSingleExprWithArgClause() 4717 TPA.Commit(); in ParseOpenMPVarList()
|