Home
last modified time | relevance | path

Searched refs:Replace (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp58 SmallVector<BinaryOperator *, 4> Replace; in runImpl() local
83 Replace.push_back(&cast<BinaryOperator>(I)); in runImpl()
92 if (Replace.empty()) in runImpl()
95 while (!Replace.empty()) { in runImpl()
96 BinaryOperator *I = Replace.pop_back_val(); in runImpl()
H A DExpandLargeFpConvert.cpp571 SmallVector<Instruction *, 4> Replace; in runImpl() local
594 Replace.push_back(&I); in runImpl()
608 Replace.push_back(&I); in runImpl()
617 if (Replace.empty()) in runImpl()
620 while (!Replace.empty()) { in runImpl()
621 Instruction *I = Replace.pop_back_val(); in runImpl()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp24 return Replace; in getReplacements()
91 auto Err = Replace.add(tooling::Replacement( in run()
111 auto Err = Replace.add( in run()
132 Replace.add(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body)); in run()
143 Replace.add(replaceStmtWithText(*Result.SourceManager, *Node, "")); in run()
231 llvm::Error Err = Replace.add(Replacement); in run()
/freebsd/contrib/sqlite3/
H A DReplace.cs44 namespace Replace namespace
83 internal static class Replace class
197 string outputLine = regEx.Replace(inputLine, replacement); in Main()
H A DMakefile.am16 EXTRA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc sqlite3rc.h README.txt Replace.cs Makefile.fallb…
H A DMakefile.msc1029 Replace.exe:
1030 $(CSC) /target:exe $(TOP)\Replace.cs
1032 sqlite3.def: Replace.exe $(LIBOBJ)
1035 …| .\Replace.exe "^\s+/EXPORT:_?(sqlite3(?:session|changeset|changegroup|rebaser|rbu)?_[^@,]*)(?:@\…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp172 for (const auto &Replace : AtomicChange.getReplacements()) { in convertChangesToFileReplacements() local
174 (*FileToReplaces)[std::string(Replace.getFilePath())].add(Replace); in convertChangesToFileReplacements()
176 llvm::errs() << "Renaming failed in " << Replace.getFilePath() << "! " in convertChangesToFileReplacements()
H A DUSRLocFinder.cpp538 auto Replace = [&](SourceLocation Start, SourceLocation End, in createRenameAtomicChanges() local
590 Replace(RenameInfo.Begin, RenameInfo.End, ReplacedName); in createRenameAtomicChanges()
596 Replace(Using->getBeginLoc(), Using->getEndLoc(), "using " + NewName.str()); in createRenameAtomicChanges()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h74 bool Replace(llvm::StringRef path, llvm::StringRef replacement, bool notify);
76 bool Replace(llvm::StringRef path, llvm::StringRef replacement,
/freebsd/sys/contrib/libsodium/msvc-scripts/
H A Drep.vbs10 WScript.Echo rxp.Replace(inp, patparts(2))
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp229 for (const auto &Replace : Replaces) in mergeIfOrderIndependent() local
231 Rs.getReplacementInChangedCode(Replace)); in mergeIfOrderIndependent()
599 Replacement Replace("<stdin>", I->getOffset(), I->getLength(), in applyAllReplacements() local
601 if (!Replace.apply(Rewrite)) in applyAllReplacements()
603 replacement_error::fail_to_apply, Replace); in applyAllReplacements()
/freebsd/lib/libc/net/
H A Dhosts5 # share this file. Replace 'my.domain' below with the domainname of your
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1188 Constant *Replace = in rewriteWithNewAddressSpaces() local
1190 if (C != Replace) { in rewriteWithNewAddressSpaces()
1191 LLVM_DEBUG(dbgs() << "Inserting replacement const cast: " << Replace in rewriteWithNewAddressSpaces()
1192 << ": " << *Replace << '\n'); in rewriteWithNewAddressSpaces()
1197 I->replaceUsesOfWith(C, Replace); in rewriteWithNewAddressSpaces()
1203 VMap[C] = Replace; in rewriteWithNewAddressSpaces()
1217 V = Replace; in rewriteWithNewAddressSpaces()
/freebsd/contrib/tcsh/nls/ja/
H A Dset3117 115 Replace just-yanked text with yank from earlier kill
/freebsd/contrib/tcsh/nls/greek/
H A Dset3117 115 Replace just-yanked text with yank from earlier kill
/freebsd/contrib/less/
H A DFREEBSD-upgrade21 17. Replace your src/contrib/less with the merged copy, and do a ``make
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h46 Replacements Replace;
/freebsd/share/examples/pf/
H A Dackpri13 # Replace lo0 with your real external interface
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.h369 bool Replace(const char* vdev_type, const char* path, bool isspare);
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h222 bool Replace(size_t idx, const FileSpec &file) { in Replace() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp112 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, in Replace() function in PathMappingList
265 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef new_path, in Replace() function in PathMappingList
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2338 auto Replace = [&](SourceLocation Start, unsigned Length, in requoteJSStringLiteral() local
2349 Replace(Start, 1, IsSingle ? "'" : "\""); in requoteJSStringLiteral()
2363 Replace(Start.getLocWithOffset(i), 1, ""); in requoteJSStringLiteral()
2372 Replace(Start.getLocWithOffset(i), 0, "\\"); in requoteJSStringLiteral()
3479 return Replace.getOffset() == UINT_MAX && Replace.getLength() == 0 && in isHeaderInsertion()
3481 Replace.getReplacementText()); in isHeaderInsertion()
3485 return Replace.getOffset() == UINT_MAX && Replace.getLength() == 1; in isHeaderDeletion()
3542 auto Replace = in fixCppIncludeInsertions() local
3545 if (Replace) { in fixCppIncludeInsertions()
3546 auto Err = Result.add(*Replace); in fixCppIncludeInsertions()
[all …]
/freebsd/crypto/heimdal/doc/
H A Dmigration.texi29 Replace <NNN> with whatever source you have, like krb4-db or krb4-dump.
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp69 m_current_value.Replace(idx, file); in SetValueFromString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp504 llvm::StringRef Replace; member in __anon666115420111::TypeSubstitutor
508 llvm::StringRef Replace) { in reset() argument
511 this->Replace = Replace; in reset()
515 trySubstitute(Search, Replace); in parseType()

12345