| /minix3/external/bsd/llvm/dist/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() argument 86 commit.replaceWithInner(Msg->getSourceRange(), in rewriteObjCRedundantCallWithLiteral() 174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver() argument 177 commit.insertWrap("(", RecRange, ")"); in maybePutParensOnReceiver() 182 Commit &commit) { in rewriteToSubscriptGetCommon() argument 193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToSubscriptGetCommon() 196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon() 198 commit.insertWrap("[", ArgRange, "]"); in rewriteToSubscriptGetCommon() 199 maybePutParensOnReceiver(Rec, commit); in rewriteToSubscriptGetCommon() 206 Commit &commit) { in rewriteToArraySubscriptGet() argument [all …]
|
| H A D | EditedSource.cpp | 218 bool EditedSource::commit(const Commit &commit) { in commit() argument 219 if (!commit.isCommitable()) in commit() 223 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) { in commit()
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 242 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() argument 282 commit.insertBefore(receiver->getLocStart(), "("); in rewriteToPropertyDotSyntax() 288 commit.replace(SpaceRange, PropertyDotString); in rewriteToPropertyDotSyntax() 291 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax() 292 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax() 295 commit.insertWrap("(", receiver->getSourceRange(), ")"); in rewriteToPropertyDotSyntax() 309 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax() 311 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax() 312 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax() 331 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local [all …]
|
| /minix3/external/public-domain/xz/dist/ |
| H A D | ChangeLog | 1 commit dec11497a71518423b5ff0e759100cf8aadf6c7b 11 commit 29e39c79975ab89ee5dd671e97064534a9f3a649 20 commit 7a11c4a8e5e15f13d5fa59233b3172e65428efdd 30 commit 117d962685c72682c63edc9bb765367189800202 36 The bug was added in the commit 44 commit ae984e31c167d3bc52972ec422dd1ebd5f5d5719 56 commit 2205bb5853098aea36a56df6f5747037175f66b4 65 commit d935b0cdf3db440269b9d952b2b281b18f8c7b08 81 commit eb61bc58c20769cac4d05f363b9c0e8c9c71a560 92 commit b9a5b6b7a29029680af733082b6a46e0fc01623a [all …]
|
| /minix3/external/bsd/llvm/dist/clang/tools/clang-format/ |
| H A D | git-clang-format | 122 commit, files = interpret_args(opts.args, dash_dash, opts.commit) 123 changed_lines = compute_diff_and_extract_lines(commit, files) 194 commit = default_commit 198 commit = args[0] 199 object_type = get_object_type(commit) 202 die("'%s' is not a commit" % commit) 204 die("'%s' is a %s, but a commit was expected" % (commit, object_type)) 208 commit = args[0] 211 commit = default_commit 214 commit = default_commit [all …]
|
| /minix3/external/public-domain/xz/dist/src/liblzma/api/lzma/ |
| H A D | version.h | 76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument 77 #major "." #minor "." #patch stability commit 79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument 80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 141 edit::Commit commit(Editor); in HandleDiagnostic() local 148 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic() 152 commit.remove(Hint.RemoveRange); in HandleDiagnostic() 156 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); in HandleDiagnostic() 158 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, in HandleDiagnostic() 162 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); in HandleDiagnostic() 176 if (!Editor.commit(commit)) { in HandleDiagnostic()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Edit/ |
| H A D | Rewriters.h | 28 const NSAPI &NS, Commit &commit); 31 const NSAPI &NS, Commit &commit, 35 const NSAPI &NS, Commit &commit);
|
| H A D | EditedSource.h | 60 bool commit(const Commit &commit);
|
| /minix3/external/bsd/llvm/dist/llvm/utils/git-svn/ |
| H A D | git-svnrevert | 34 git revert --no-commit $GIT 2>/dev/null 46 This reverts commit r$SVN. 50 git commit --file="$TEMPLATE" --edit
|
| /minix3/external/bsd/kyua-cli/dist/utils/sqlite/ |
| H A D | transaction.cpp | 85 commit(void) in commit() function 128 sqlite::transaction::commit(void) in commit() function in sqlite::transaction 130 _pimpl->commit(); in commit()
|
| H A D | transaction.hpp | 60 void commit(void);
|
| /minix3/lib/libc/stdio/ |
| H A D | vfwscanf.c | 765 wchar_t *commit, *p; in parsefloat() local 784 commit = buf - 1; in parsefloat() 801 commit = p; in parsefloat() 822 commit = p; /* inf or infinity */ in parsefloat() 837 commit = p; in parsefloat() 845 commit = p; in parsefloat() 872 commit = p; in parsefloat() 883 commit = p; in parsefloat() 896 commit = p; in parsefloat() 910 while (commit < --p) in parsefloat() [all …]
|
| H A D | vfscanf.c | 963 char *commit, *p; in parsefloat() local 982 commit = buf - 1; in parsefloat() 997 commit = p; in parsefloat() 1018 commit = p; /* inf or infinity */ in parsefloat() 1033 commit = p; in parsefloat() 1041 commit = p; in parsefloat() 1067 commit = p; in parsefloat() 1077 commit = p; in parsefloat() 1090 commit = p; in parsefloat() 1105 while (commit < --p) in parsefloat() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
| H A D | FileOutputBufferTest.cpp | 49 ASSERT_NO_ERROR(Buffer->commit()); in TEST() 83 ASSERT_NO_ERROR(Buffer->commit()); in TEST() 102 ASSERT_NO_ERROR(Buffer->commit()); in TEST()
|
| /minix3/external/bsd/kyua-cli/dist/store/ |
| H A D | transaction_test.cpp | 85 tx.commit(); in do_put_result_ok_test() 117 tx.commit(); in ATF_TEST_CASE_BODY() 140 ATF_REQUIRE_THROW(store::error, tx.commit()); in ATF_TEST_CASE_BODY() 147 tx.commit(); in ATF_TEST_CASE_BODY() 194 tx.commit(); in ATF_TEST_CASE_BODY() 261 tx.commit(); in ATF_TEST_CASE_BODY() 353 tx.commit(); in ATF_TEST_CASE_BODY() 398 tx.commit(); in ATF_TEST_CASE_BODY() 469 tx.commit(); in ATF_TEST_CASE_BODY() 578 tx.commit(); in ATF_TEST_CASE_BODY() [all …]
|
| /minix3/lib/libm/arch/m68060/ |
| H A D | Readme.NetBSD | 3 - commit Makefile Readme.NetBSD makeas.sh makeoffs.awk 5 - commit this directory
|
| /minix3/tools/make/ |
| H A D | configure.ac | 17 # 4. cvs commit files that you edited. 18 # 5. Regen again, to pick up changed RCS IDs from the above commit: 21 # 6. cvs commit files that were generated.
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | Phabricator.rst | 24 to the relevant -commits mailing list. If your are not subscribed to the commit 105 Arcanist can manage the commit transparently. It will retrieve the description, 106 reviewers, the ``Differential Revision``, etc from the review and commit it to the repository. 111 arc commit --revision D<Revision> 115 Phabricator, the convention is for the commit message to end with the 128 context. This also allows Phabricator to detect the commit, close the 129 review, and add a link from the review to the commit.
|
| H A D | DeveloperPolicy.rst | 101 commit mailing list (or commit it directly if applicable). Alternatively, some 103 tracker, but the commit list is the primary place for reviews and should 134 #. Code reviews are conducted by email on the relevant project's commit mailing 139 changes where the developer owns the component) can be reviewed after commit. 177 of code review plus post-commit review for trusted maintainers. Having both is 179 the right thing most of the time, and only commit patches without pre-commit 186 responsibility of a code owner is to ensure that a commit to their area of the 275 progress. The developer is welcome to re-commit the change after the problem has 281 We grant commit access to contributors with a track record of submitting high 282 quality patches. If you would like commit access, please send an email to [all …]
|
| /minix3/usr.sbin/inetd/ |
| H A D | ipsec.c | 125 ipsecsetup0(int af, int fd, const char *policy, int commit) in ipsecsetup0() argument 150 if (commit && setsockopt(fd, level, opt, in ipsecsetup0()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 95 edit::Commit commit(SM, LangOpts); in mergeFixits() local 101 commit.insertFromRange(Hint.RemoveRange.getBegin(), in mergeFixits() 105 commit.remove(Hint.RemoveRange); in mergeFixits() 109 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); in mergeFixits() 111 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, in mergeFixits() 117 if (Editor.commit(commit)) { in mergeFixits()
|
| /minix3/external/public-domain/tz/dist/ |
| H A D | CONTRIBUTING | 48 * For each separable change, commit it in the new branch, e.g.: 51 git commit 53 See recent 'git log' output for the commit-message style.
|
| /minix3/sys/arch/x86/include/ |
| H A D | mtrr.h | 123 void (*commit)(void); member 137 #define mtrr_commit() mtrr_funcs->commit()
|
| /minix3/external/gpl3/binutils/patches/ |
| H A D | 0006-gold-plt.patch | 1 commit 31245c9b262fa983d9711f7795b35ad31c3a6618
|