HomeSort by: relevance | last modified time | path
    Searched refs:Replace (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/external/bsd/pkg_install/dist/add/
add.h 41 extern int Replace;
main.c 58 int Replace = 0;
130 Replace = 1;
134 Replace = 1;
  /src/external/public-domain/sqlite/dist/
Replace.cs 26 [assembly: AssemblyTitle("Replace Tool")]
27 [assembly: AssemblyDescription("Replace text using standard input/output.")]
44 namespace Replace
83 internal static class Replace
197 string outputLine = regEx.Replace(inputLine, replacement);
Makefile.msc 1022 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
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
RefactoringCallbacks.cpp 24 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);
233 llvm::errs() << "Query and replace failed in " << Replacement.getFilePath()
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
RenamingAction.cpp 156 Change.replace(SM, CharSourceRange::getCharRange(Range.value()),
172 for (const auto &Replace : AtomicChange.getReplacements()) {
174 (*FileToReplaces)[std::string(Replace.getFilePath())].add(Replace);
176 llvm::errs() << "Renaming failed in " << Replace.getFilePath() << "! "
USRLocFinder.cpp 537 auto Replace = [&](SourceLocation Start, SourceLocation End,
540 llvm::Error Err = ReplaceChange.replace(
589 Replace(RenameInfo.Begin, RenameInfo.End, ReplacedName);
595 Replace(Using->getBeginLoc(), Using->getEndLoc(), "using " + NewName.str());
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
meta.d 41 * $(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!(long, char, Types)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
RefactoringCallbacks.h 12 // subtree match on the AST and then replace the corresponding source code
24 // This will replace all integer literals with "42".
46 Replacements Replace;
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
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
Replacement.cpp 228 for (const auto &Replace : Replaces)
230 Rs.getReplacementInChangedCode(Replace));
323 // with them and replace them with the merged replacements.
598 Replacement Replace("<stdin>", I->getOffset(), I->getLength(),
600 if (!Replace.apply(Rewrite))
602 replacement_error::fail_to_apply, Replace);
  /src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
ClangFormatPackage.cs 381 string style = options.Style.Replace("\"", "\\\"");
382 string fallbackStyle = options.FallbackStyle.Replace("\"", "\\\"");
459 edit.Replace(span, replacement.Value);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp 700 // If !IsNew, we will replace the Value with itself. However, replaced values
1072 Constant *Replace = ConstantExpr::getAddrSpaceCast(cast<Constant>(NewV),
1074 if (C != Replace) {
1075 LLVM_DEBUG(dbgs() << "Inserting replacement const cast: " << Replace
1076 << ": " << *Replace << '\n');
1077 C->replaceAllUsesWith(Replace);
1078 V = Replace;
  /src/external/lgpl3/gmp/dist/mpn/s390_32/esame/
mul_basecase.asm 42 C * Replace loops by faster code. The mul_1 and addmul_1 loops could be sped
sqr_basecase.asm 48 C * Replace loops by faster code. The mul_1 and addmul_1 loops could be sped
  /src/external/lgpl3/gmp/dist/mpn/s390_64/
mul_basecase.asm 42 C * Replace loops by faster code. The mul_1 and addmul_1 loops could be sped
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 1573 auto Replace = [&](SourceLocation Start, unsigned Length,
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.getReplacementText())
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
mul_2.asm 63 C * Replace with 2.25 c/l sequence.
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerCorpus.h 156 void Replace(InputInfo *II, const Unit &U) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efishell.h 313 IN BOOLEAN Replace,
  /src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
intl.cs 181 Type clazz = satelliteAssembly.GetType(ConstructClassName(resourceName)+"_"+culture.Name.Replace('-','_'));
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgunfmt.cs 166 Type clazz = satelliteAssembly.GetType(ConstructClassName(resourceName)+"_"+cultureName.Replace('-','_'));
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp 874 // replace the keyword with 'class'.
876 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
1253 /// simple-template-id and replace the tokens with a single annotation
1370 // In case the tokens were cached, have Preprocessor replace them with the
1416 // Replace the template-id annotation token, and possible the scope-specifier
  /src/external/apache2/llvm/dist/llvm/tools/llvm-go/
llvm-go.go 86 outstr = strings.Replace(outstr, "\n", " ", -1)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 6 include validation of user input and the ubiquitous find $(AMP) replace
24 $(TR $(TD Replace) $(TD
25 $(LREF replace)
263 $(SECTION Replace format string)
285 are slices of the original input. The notable exception is the `replace`
1230 enforce(state == State.Normal, "invalid format string in regex replace");
1237 To replace all matches use $(LREF replaceAll).
1243 see $(S_LINK Replace _format string, the _format string).
1269 see $(LREF replaceAll) to replace the all of the matches.
1354 To replace only the first match use $(LREF replaceFirst)
    [all...]
  /src/external/ibm-public/postfix/dist/conf/
postfix-script 397 $WARN Replace one by a symbolic link to the other

Completed in 154 milliseconds

1 2 3