| /netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 173 MigrationProcess migration(origCI, std::make_shared<PCHContainerOperations>(), in performTransformations() local 186 bool err = migration.applyTransform(transforms[i], transformPrinter.get()); in performTransformations() 194 printResult(migration.getRemapper(), llvm::errs()); in performTransformations() 200 printResult(migration.getRemapper(), llvm::outs()); in performTransformations()
|
| /netbsd-src/external/bsd/kyua-cli/dist/store/ |
| H A D | backend.cpp | 116 const fs::path migration = store::detail::migration_file(version_from, in migrate_schema_step() local 119 std::ifstream input(migration.c_str()); in migrate_schema_step() 121 throw store::error(F("Cannot open migration file '%s'") % migration); in migrate_schema_step()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 359 MigrationProcess migration(CInvok, PCHContainerOps, DiagClient, outputDir); in applyTransforms() local 367 bool err = migration.applyTransform(transforms[i]); in applyTransforms() 378 return migration.getRemapper().overwriteOriginal(*Diags); in applyTransforms() 380 return migration.getRemapper().flushToDisk(outputDir, *Diags); in applyTransforms()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
| H A D | tspi_key.c | 347 TCPA_SECRET usage, migration; in Tspi_Key_WrapKey() local 396 if ((result = obj_policy_get_secret(hMigPolicy, TR_SECRET_CTX_NEW, &migration))) in Tspi_Key_WrapKey() 421 newPrivKey, migration.authdata); in Tspi_Key_WrapKey()
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | migration_010_100.rst | 4 libuv 0.10 -> 1.0.0 migration guide 8 is a migration guide for the most significant changes that happened after 0.10
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| H A D | README | 23 - Reuses of the standard POSIX printf facility. Easy migration from C to C++.
|
| H A D | autosprintf.info | 65 * It reuses the standard POSIX printf facility. Easy migration from
|
| H A D | autosprintf.texi | 116 It reuses the standard POSIX printf facility. Easy migration from C to C++.
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/ |
| H A D | heimdal.texi | 142 @include migration.texi
|
| H A D | migration.texi | 2 @c $NetBSD: migration.texi,v 1.2 2017/01/28 21:31:44 christos Exp $
|
| H A D | Makefile.am | 123 migration.texi \
|
| H A D | NTMakefile | 44 $(OBJ)\migration.texi \
|
| /netbsd-src/doc/roadmaps/ |
| H A D | system | 83 Improve the scheduler to make decisions about thread migration
|
| /netbsd-src/external/mpl/bind/dist/doc/notes/ |
| H A D | notes-9.18.6.rst | |
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangCommandLineReference.rst | 413 Make migration to 'atomic' properties 417 Enable migration to modern ObjC 421 Enable migration to property and method annotations 425 Enable migration to infer NS\_DESIGNATED\_INITIALIZER for initializer methods 429 Enable migration to infer instancetype for method result type 433 Enable migration to modern ObjC literals 437 Enable migration to NS\_ENUM/NS\_OPTIONS macros 441 Enable migration to modern ObjC property 445 Enable migration of setter/getter messages to property-dot syntax 449 Enable migration to add protocol conformance on classes [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
| H A D | GitHubMove.rst | 9 the GitHub migration `status page <https://llvm.org/GitHubMigrationStatus.html>`_ 94 This would enable people to continue working post-migration as though our code 187 The migration will pause here until all dependencies have cleared, and all 553 https://github.com/jyknight/llvm-git-migration. 555 Basic migration 686 https://github.com/greened/llvm-git-migration/tree/zip can be used to 928 https://github.com/greened/llvm-git-migration/tree/import can help with
|
| /netbsd-src/sys/dev/pci/ |
| H A D | mlyreg.h | 720 u_int8_t migration:1; member 781 u_int8_t migration:1; /* N/A */ member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ |
| H A D | NOTES-ANDROID.md | 57 to facilitate migration from older projects. However, since API level
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | NOTES.ANDROID | 54 to facilitate migration from older projects. However, since API level
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-2.9 | 115 The conversion procedure before migration to Postfix <= 2.8 is: 126 analysis, and easier queue migration (if you don't merge different
|
| H A D | RELEASE_NOTES-2.10 | 219 pending a migration from configuration files with incorrect Postfix
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | gettextize.texi | 11 As a migration tool, for upgrading the GNU @code{gettext} support in
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | d2i_RSAPrivateKey.pod | 166 There are two migration paths:
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | README.md | 51 * migration from traditional C to C90 (default)
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 527 HelpText<"Check for ARC migration issues that need manual handling">; 556 HelpText<"Enable migration to modern ObjC literals">, 559 HelpText<"Enable migration to modern ObjC subscripting">, 562 HelpText<"Enable migration to modern ObjC property">, 565 HelpText<"Enable migration to modern ObjC">, 568 HelpText<"Enable migration to modern ObjC readonly property">, 571 HelpText<"Enable migration to modern ObjC readwrite property">, 574 HelpText<"Enable migration of setter/getter messages to property-dot syntax">, 577 HelpText<"Enable migration to property and method annotations">, 580 HelpText<"Enable migration to infer instancetype for method result type">, [all …]
|