| /freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/ |
| HD | Commit.cpp | 24 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const { in getFileLocation() 31 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange() 36 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange() 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() 103 bool Commit::insertWrap(StringRef before, CharSourceRange range, in insertWrap() 116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace() 132 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner() [all …]
|
| HD | 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 …]
|
| HD | 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-13-stable/crypto/openssh/ |
| HD | ChangeLog | 15 OpenBSD-Commit-ID: 7bcd4ffe0fa1e27ff98d451fb9c22f5fae6e610d 25 OpenBSD-Commit-ID: c656ac4abd1504389d1733d85152044b15830217 36 OpenBSD-Commit-ID: 02703b4bd207fafd03788bc4e7774bf80be6c9a8 56 OpenBSD-Commit-ID: 13511fdef7535bdbc35b644c90090013da43a318 66 OpenBSD-Commit-ID: 26d81a430811672bc762687166986cad40d28cc0 76 OpenBSD-Commit-ID: b1c6acec66cd5bd1252feff1d02ad7129ced37c7 93 OpenBSD-Commit-ID: d1eebedb8c902002b75b75debfe1eeea1801f58a 150 OpenBSD-Commit-ID: 303417285f1a73b9cb7a2ae78d3f493bbbe31f98 182 OpenBSD-Commit-ID: 8933369b33c17b5f02479503d0a92d87bc3a574b 190 OpenBSD-Commit-ID: 1c81f37b138b8b66abba811fec836388a0f3e6da [all …]
|
| HD | FREEBSD-upgrade | 34 07) Commit: 105 18) Commit, and hunker down for the inevitable storm of complaints.
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/ |
| HD | Rewriters.h | 23 class Commit; variable 26 const NSAPI &NS, Commit &commit); 29 const NSAPI &NS, Commit &commit, 33 const NSAPI &NS, Commit &commit);
|
| HD | Commit.h | 29 class Commit { 63 explicit Commit(EditedSource &Editor); 64 Commit(const SourceManager &SM, const LangOptions &LangOpts,
|
| HD | EditedSource.h | 32 class Commit; variable 86 bool commit(const Commit &commit);
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | ObjCMT.cpp | 233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() 324 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 330 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 336 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 454 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty() 661 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl() 704 const NSAPI &NS, edit::Commit &commit, in rewriteToNSEnumDecl() 759 const NSAPI &NS, edit::Commit &commit, in rewriteToNSMacroDecl() 879 edit::Commit commit(*Editor); in migrateProtocolConformance() 932 edit::Commit commit(*Editor); in migrateNSEnumDecl() [all …]
|
| /freebsd-13-stable/contrib/less/ |
| HD | FREEBSD-upgrade | 16 13. Commit and tag the result. 25 18. Commit the result.
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | COFFModuleDefinition.cpp | 303 Error parseNumbers(uint64_t *Reserve, uint64_t *Commit) { in parseNumbers() argument 309 Commit = nullptr; in parseNumbers() 312 if (Error Err = readAsInt(Commit)) in parseNumbers()
|
| /freebsd-13-stable/sys/contrib/openzfs/.github/ |
| HD | 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-13-stable/contrib/file/ |
| HD | RELEASE-PROCEDURE | 8 4) Commit changes into CVS
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | bcm4709-buffalo-wxr-1900dhp.dts | 101 /* Commit mode set by switch? */
|
| HD | bcm4708-buffalo-wzr-1750dhp.dts | 115 /* Commit mode set by switch? */
|
| /freebsd-13-stable/contrib/subversion/subversion/svn/schema/ |
| HD | common.rnc | 41 ## Commit info.
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | FixItRewriter.cpp | 155 edit::Commit commit(Editor); in HandleDiagnostic()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | MinidumpConstants.def | 133 HANDLE_MDMP_MEMSTATE(0x01000, Commit, MEM_COMMIT)
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseOpenMP.cpp | 390 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 403 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 435 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 450 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 2088 TPA.Commit(); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2690 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 2699 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 2713 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 3972 TPA.Commit(); in ParseOpenMPSingleExprWithArgClause() 4665 TPA.Commit(); in ParseOpenMPVarList()
|
| HD | ParseExprCXX.cpp | 326 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 335 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 352 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 860 TPA.Commit(); in TryParseLambdaExpression() 866 TPA.Commit(); in TryParseLambdaExpression() 3800 TPA.Commit(); in ParseRequiresExpression() 3813 TPA.Commit(); in ParseRequiresExpression()
|
| HD | ParseTemplate.cpp | 1503 TPA.Commit(); in ParseTemplateArgument() 1715 TPA.Commit(); in diagnoseUnknownTemplateId() 1763 TPA.Commit(); in checkPotentialAngleBracket()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ClangExpressionParser.cpp | 1205 static void ApplyFixIt(const FixItHint &fixit, clang::edit::Commit &commit) { in ApplyFixIt() 1231 clang::edit::Commit commit(editor); in RewriteExpression()
|
| /freebsd-13-stable/contrib/wpa/hostapd/ |
| HD | android.config | 206 # entropy is maintained across reboots. Commit b410eb1913 'Initialize
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | DiagnosticRenderer.cpp | 61 edit::Commit commit(SM, LangOpts); in mergeFixits()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaExprObjC.cpp | 2464 const NSAPI &, edit::Commit &)) { in applyCocoaAPICheck() argument 2470 edit::Commit ECommit(SM, S.LangOpts); in applyCocoaAPICheck() 2477 for (edit::Commit::edit_iterator in applyCocoaAPICheck() 2479 const edit::Commit::Edit &Edit = *I; in applyCocoaAPICheck() 2481 case edit::Commit::Act_Insert: in applyCocoaAPICheck() 2486 case edit::Commit::Act_InsertFromRange: in applyCocoaAPICheck() 2492 case edit::Commit::Act_Remove: in applyCocoaAPICheck()
|