Home
last modified time | relevance | path

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

12345678910>>...13

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp57 SmallVector<BinaryOperator *, 4> Replace; in runImpl() local
82 Replace.push_back(&cast<BinaryOperator>(I)); in runImpl()
91 if (Replace.empty()) in runImpl()
94 while (!Replace.empty()) { in runImpl()
95 BinaryOperator *I = Replace.pop_back_val(); in runImpl()
H A DExpandLargeFpConvert.cpp570 SmallVector<Instruction *, 4> Replace; in runImpl() local
593 Replace.push_back(&I); in runImpl()
607 Replace.push_back(&I); in runImpl()
616 if (Replace.empty()) in runImpl()
619 while (!Replace.empty()) { in runImpl()
620 Instruction *I = Replace.pop_back_val(); in runImpl()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dversion113 /* Replace PERL_PATCHLEVEL with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */
114 /* Replace PATCHLEVEL with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */
115 /* Replace SUBVERSION with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */
116 /* Replace PERL_REVISION with PERL_VERSION_xy(a,b,c) (where xy is EQ,LT,GT...) */
117 /* Replace PERL_VERSION with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */
118 /* Replace PERL_SUBVERSION with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */
119 /* Replace PERL_BCDVERSION with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */
H A Dvariables89 /* Replace: 1 */
92 /* Replace: 0 */
96 /* Replace: 1 */
141 /* Replace: 0 */
H A Dsprintf25 /* Replace my_sprintf with my_snprintf */
H A DnewRV19 __UNDEFINED__ newRV_inc(sv) newRV(sv) /* Replace */
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/utils/docker/example/
H A DDockerfile9 # Replace FIXMEs to prepare your own image.
12 # FIXME: Replace 'ubuntu' with your base image
31 # FIXME: Replace 'ubuntu' with your base image.
/openbsd/gnu/usr.bin/gcc/gcc/treelang/
H A DChangeLog31 * Make-lang.in (treelang.check.fix): Replace one leftover PWD
36 * Make-lang.in: Replace PWD with PWD_COMMAND.
160 (all): Replace token and production by prod_token_parm_item.
163 (all): Replace token and production by prod_token_parm_item.
174 (all): Replace token and production and parameters by union
188 (all): Replace token, production and parameter by prod_token_parm_item.
/openbsd/gnu/llvm/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.cpp537 auto Replace = [&](SourceLocation Start, SourceLocation End, in createRenameAtomicChanges() local
589 Replace(RenameInfo.Begin, RenameInfo.End, ReplacedName); in createRenameAtomicChanges()
595 Replace(Using->getBeginLoc(), Using->getEndLoc(), "using " + NewName.str()); in createRenameAtomicChanges()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPathMappingList.h67 bool Replace(llvm::StringRef path, llvm::StringRef replacement, bool notify);
69 bool Replace(llvm::StringRef path, llvm::StringRef replacement,
/openbsd/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs381 string style = options.Style.Replace("\"", "\\\""); in RunClangFormat()
382 string fallbackStyle = options.FallbackStyle.Replace("\"", "\\\""); in RunClangFormat()
459 edit.Replace(span, replacement.Value); in ApplyClangFormatReplacements()
/openbsd/gnu/llvm/clang/lib/Tooling/Core/
H A DReplacement.cpp228 for (const auto &Replace : Replaces) in mergeIfOrderIndependent() local
230 Rs.getReplacementInChangedCode(Replace)); in mergeIfOrderIndependent()
598 Replacement Replace("<stdin>", I->getOffset(), I->getLength(), in applyAllReplacements() local
600 if (!Replace.apply(Rewrite)) in applyAllReplacements()
602 replacement_error::fail_to_apply, Replace); in applyAllReplacements()
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DReplace.pm44 package OpenBSD::Replace;
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/
H A Daout.sed11 s/# Replace a single backslash with a doubled backslash//
H A Dhppa.sed11 s/# Replace a single backslash with a doubled backslash//
/openbsd/gnu/gcc/gcc/treelang/
H A DChangeLog39 * Make-lang.in (gtreelang$(exeext)): Replace gcc.o with
479 * Make-lang.in: Replace $(docdir) with doc.
550 ($(srcdir)/treelang/treelang.info): Replace with ...
562 * Make-lang.in (treelang.info): Replace with ...
564 * Make-lang.in (treelang.dvi): Replace with ...
632 * Make-lang.in: Replace PWD with PWD_COMMAND.
742 * treetree.c (tree_code_if_start): Replace filename and lineno
749 * treetree.h (tree_code_if_start): Replace filename and lineno
993 (all): Replace token and production by prod_token_parm_item.
996 (all): Replace token and production by prod_token_parm_item.
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-2003873 Replace MIPS_REGSIZE with mips_regsize.
1041 (sh_sh64_register_convert_to_raw): Replace
5218 (reggroup_next): Replace reggroups.
5680 (x86_64_sigtramp_frame_sniffer): Replace
5694 (alpha_heuristic_frame_sniffer): Replace
5700 (alpha_mdebug_frame_base_sniffer): Replace
8049 (VALUE_FRAME_ID): Replace VALUE_FRAME.
10081 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
10088 (deprecated_read_fp): Replace read_fp, use
12166 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1164 Constant *Replace = ConstantExpr::getAddrSpaceCast(cast<Constant>(NewV), in rewriteWithNewAddressSpaces() local
1166 if (C != Replace) { in rewriteWithNewAddressSpaces()
1167 LLVM_DEBUG(dbgs() << "Inserting replacement const cast: " << Replace in rewriteWithNewAddressSpaces()
1168 << ": " << *Replace << '\n'); in rewriteWithNewAddressSpaces()
1169 C->replaceAllUsesWith(Replace); in rewriteWithNewAddressSpaces()
1170 V = Replace; in rewriteWithNewAddressSpaces()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DFileSpecList.h202 bool Replace(size_t idx, const FileSpec &file) { in Replace() function
/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A DChangeLog-1999-20033 * mi-cmd-var.c (mi_cmd_var_set_format): Replace STREQN with
80 * mi-main.c (get_register): Replace REGISTER_CONVERTIBLE with
90 (mi_cmd_stack_select_frame): Replace select_frame_command_wrapper
117 * mi-main.c (mi_cmd_data_write_register_values): Replace
159 * mi-cmd-stack.c: Replace all instances of SYMBOL_NAME with
691 * mi-out.c (mi_begin, mi_end): Replace mi_list_begin and
744 mi-parse.c: Replace occurrences of free() with xfree().
748 * mi-main.c: Replace asprintf with xasprintf.
1685 Replace target_has_async with function target_can_async_p.
1695 * mi-cmds.h (mi_cmd_ftype): Replace mi_impl_ftype.
[all …]
/openbsd/gnu/llvm/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h46 Replacements Replace;
/openbsd/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp107 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, in Replace() function in PathMappingList
253 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef new_path, in Replace() function in PathMappingList
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/treelang/
H A DChangeLog76 Replace NULL_PTR by NULL.

12345678910>>...13