/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | Replace.cs | 44 namespace Replace namespace 83 internal static class Replace class
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | meta.d | 437 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 D | meta.d | 531 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 D | main.c | 58 int Replace = 0; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/ |
H A D | Replacement.cpp | 228 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 D | RenamingAction.cpp | 172 for (const auto &Replace : AtomicChange.getReplacements()) { in convertChangesToFileReplacements() local
|
H A D | USRLocFinder.cpp | 537 auto Replace = [&](SourceLocation Start, SourceLocation End, in createRenameAtomicChanges() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 156 void Replace(InputInfo *II, const Unit &U) { in Replace() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | Format.cpp | 1573 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 D | ParseTemplate.cpp | 876 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 D | InferAddressSpaces.cpp | 1072 Constant *Replace = ConstantExpr::getAddrSpaceCast(cast<Constant>(NewV), in rewriteWithNewAddressSpaces() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1207 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
|