Searched refs:Replace (Results 1 - 25 of 60) sorted by relevance

123

/netbsd-current/external/bsd/pkg_install/dist/add/
H A Dadd.h41 extern int Replace;
H A Dmain.c58 int Replace = 0; variable
130 Replace = 1;
134 Replace = 1;
/netbsd-current/sys/external/isc/libsodium/dist/msvc-scripts/
H A Drep.vbs10 WScript.Echo rxp.Replace(inp, patparts(2))
/netbsd-current/external/public-domain/sqlite/dist/
H A DReplace.cs26 [assembly: AssemblyTitle("Replace Tool")]
27 [assembly: AssemblyDescription("Replace text using standard input/output.")]
44 namespace Replace namespace
83 internal static class Replace class in namespace:Replace
197 string outputLine = regEx.Replace(inputLine, replacement);
H A DMakefile.am16 EXTRA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc sqlite3rc.h README.txt Replace.cs Makefile.fallback
H A DMakefile.msc1022 Replace.exe:
1023 $(CSC) /target:exe $(TOP)\Replace.cs
1025 sqlite3.def: Replace.exe $(LIBOBJ)
1028 | .\Replace.exe "^\s+/EXPORT:_?(sqlite3(?:session|changeset|changegroup|rebaser|rbu)?_[^@,]*)(?:@\d+|,DATA)?$$" $$1 true \
1069 del /Q $(SQLITE3EXE) $(SQLITE3DLL) Replace.exe 2>NUL
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp24 return Replace;
91 auto Err = Replace.add(tooling::Replacement(
111 auto Err = Replace.add(
132 Replace.add(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body));
143 Replace.add(replaceStmtWithText(*Result.SourceManager, *Node, ""));
231 llvm::Error Err = Replace.add(Replacement);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp172 for (const auto &Replace : AtomicChange.getReplacements()) {
174 (*FileToReplaces)[std::string(Replace.getFilePath())].add(Replace);
176 llvm::errs() << "Renaming failed in " << Replace.getFilePath() << "! "
H A DUSRLocFinder.cpp537 auto Replace = [&](SourceLocation Start, SourceLocation End, local
589 Replace(RenameInfo.Begin, RenameInfo.End, ReplacedName);
595 Replace(Using->getBeginLoc(), Using->getEndLoc(), "using " + NewName.str());
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d37 * $(LREF Replace)
531 template Replace(T, U, TList...)
533 alias Replace = GenericReplace!(T, U, TList).result;
537 template Replace(alias T, U, TList...)
539 alias Replace = GenericReplace!(T, U, TList).result;
543 template Replace(T, alias U, TList...)
545 alias Replace = GenericReplace!(T, U, TList).result;
549 template Replace(alias T, alias U, TList...)
551 alias Replace = GenericReplace!(T, U, TList).result;
559 alias TL = Replace!(lon
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d41 * $(LREF Replace)
437 template Replace(T, U, TList...)
439 alias Replace = GenericReplace!(T, U, TList).result;
443 template Replace(alias T, U, TList...)
445 alias Replace = GenericReplace!(T, U, TList).result;
449 template Replace(T, alias U, TList...)
451 alias Replace = GenericReplace!(T, U, TList).result;
455 template Replace(alias T, alias U, TList...)
457 alias Replace = GenericReplace!(T, U, TList).result;
465 alias TL = Replace!(lon
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs381 string style = options.Style.Replace("\"", "\\\"");
382 string fallbackStyle = options.FallbackStyle.Replace("\"", "\\\"");
459 edit.Replace(span, replacement.Value);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h46 Replacements Replace; member in class:clang::tooling::RefactoringCallback
76 /// Replace the text of the statement bound to \c FromId with the text in
88 /// Replace the text of an AST node bound to \c FromId with the result of
111 /// Replace the text of the statement bound to \c FromId with the text of
123 /// Replace an if-statement bound to \c Id with the outdented text of its
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp228 for (const auto &Replace : Replaces)
230 Rs.getReplacementInChangedCode(Replace));
598 Replacement Replace("<stdin>", I->getOffset(), I->getLength(),
600 if (!Replace.apply(Rewrite))
602 replacement_error::fail_to_apply, Replace);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1072 Constant *Replace = ConstantExpr::getAddrSpaceCast(cast<Constant>(NewV), local
1074 if (C != Replace) {
1075 LLVM_DEBUG(dbgs() << "Inserting replacement const cast: " << Replace
1076 << ": " << *Replace << '\n'); local
1077 C->replaceAllUsesWith(Replace);
1078 V = Replace;
/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_64/
H A Dmul_basecase.asm42 C * Replace loops by faster code. The mul_1 and addmul_1 loops could be sped
/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_32/esame/
H A Dmul_basecase.asm42 C * Replace loops by faster code. The mul_1 and addmul_1 loops could be sped
H A Dsqr_basecase.asm48 C * Replace loops by faster code. The mul_1 and addmul_1 loops could be sped
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs181 Type clazz = satelliteAssembly.GetType(ConstructClassName(resourceName)+"_"+culture.Name.Replace('-','_'));
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgunfmt.cs166 Type clazz = satelliteAssembly.GetType(ConstructClassName(resourceName)+"_"+cultureName.Replace('-','_'));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1573 auto Replace = [&](SourceLocation Start, unsigned Length, local
1584 Replace(Start, 1, IsSingle ? "'" : "\"");
1585 Replace(FormatTok->Tok.getEndLoc().getLocWithOffset(-1), 1,
1598 Replace(Start.getLocWithOffset(i), 1, "");
1607 Replace(Start.getLocWithOffset(i), 0, "\\");
2232 // Replace all "\r\n" with "\n".
2670 inline bool isHeaderInsertion(const tooling::Replacement &Replace) {
2671 return Replace.getOffset() == UINT_MAX && Replace.getLength() == 0 &&
2673 .match(Replace
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dmul_2.asm63 C * Replace with 2.25 c/l sequence.
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCorpus.h156 void Replace(InputInfo *II, const Unit &U) { function
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defishell.h313 IN BOOLEAN Replace,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp876 bool Replace = Tok.isOneOf(tok::kw_typename, tok::kw_struct);
889 << (Replace ? FixItHint::CreateReplacement(Tok.getLocation(), "class")
894 if (Replace)
1248 /// Replace the tokens that form a simple-template-id with an
1416 // Replace the template-id annotation token, and possible the scope-specifier

Completed in 395 milliseconds

123