Home
last modified time | relevance | path

Searched defs:Replace (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A DReplace.cs44 namespace Replace namespace
83 internal static class Replace class
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d437 template Replace(T, U, TList...) in Replace() function
439 alias Replace = GenericReplace!(T, U, TList).result; in Replace() local
443 template Replace(alias T, U, TList...) in Replace() function
445 alias Replace = GenericReplace!(T, U, TList).result; in Replace() local
449 template Replace(T, alias U, TList...) in Replace() function
451 alias Replace = GenericReplace!(T, U, TList).result; in Replace() local
455 template Replace(alias T, alias U, TList...) in Replace() function
457 alias Replace = GenericReplace!(T, U, TList).result; in Replace() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d531 template Replace(T, U, TList...) in Replace() function
533 alias Replace = GenericReplace!(T, U, TList).result; in Replace() local
537 template Replace(alias T, U, TList...) in Replace() function
539 alias Replace = GenericReplace!(T, U, TList).result; in Replace() local
543 template Replace(T, alias U, TList...) in Replace() function
545 alias Replace = GenericReplace!(T, U, TList).result; in Replace() local
549 template Replace(alias T, alias U, TList...) in Replace() function
551 alias Replace = GenericReplace!(T, U, TList).result; in Replace() local
/netbsd-src/external/bsd/pkg_install/dist/add/
H A Dmain.c58 int Replace = 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp228 for (const auto &Replace : Replaces) in mergeIfOrderIndependent() local
598 Replacement Replace("<stdin>", I->getOffset(), I->getLength(), in applyAllReplacements() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp172 for (const auto &Replace : AtomicChange.getReplacements()) { in convertChangesToFileReplacements() local
H A DUSRLocFinder.cpp537 auto Replace = [&](SourceLocation Start, SourceLocation End, in createRenameAtomicChanges() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCorpus.h156 void Replace(InputInfo *II, const Unit &U) { in Replace() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1573 auto Replace = [&](SourceLocation Start, unsigned Length, in requoteJSStringLiteral() local
2670 inline bool isHeaderInsertion(const tooling::Replacement &Replace) { in isHeaderInsertion()
2676 inline bool isHeaderDeletion(const tooling::Replacement &Replace) { in isHeaderDeletion()
2734 auto Replace = in fixCppIncludeInsertions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp876 bool Replace = Tok.isOneOf(tok::kw_typename, tok::kw_struct); in ParseTemplateTemplateParameter() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1072 Constant *Replace = ConstantExpr::getAddrSpaceCast(cast<Constant>(NewV), in rewriteWithNewAddressSpaces() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1207 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand()
1249 bool Replace = false; in SExtPromoteOperand() local
1264 bool Replace = false; in ZExtPromoteOperand() local
1368 bool Replace = false; in PromoteIntShiftOp() local