Searched refs:replace (Results 226 - 250 of 265) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DChunks.cpp631 void SectionChunk::replace(SectionChunk *other) { function in class:lld::coff::SectionChunk
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest.cc1106 const double replace = costs[l_i][r_i]; local
1107 if (add < remove && add < replace) {
1110 } else if (remove < add && remove < replace) {
1114 // We make replace a little more expensive than add/remove to lower
1116 costs[l_i + 1][r_i + 1] = replace + 1.00001;
3652 // alternative is to replace them with certain characters such as . or ?.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp684 std::replace(VI.Kills.begin(), VI.Kills.end(), &OldMI, &NewMI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp865 std::replace(Latches.begin(), Latches.end(), Dest, Fold);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp325 CacheName.replace(pos, CacheName.length() - pos, ".o");
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp423 OpName.replace(pos, 2, "_");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp344 std::replace(Sig.begin(), Sig.end(), ',', '.');
770 // This can't throw, and we don't need this invoke, just replace it with a
1050 // We need to replace the terminator in Tail - SplitBlock makes BB go
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec157 commands on a remote machine. SSH is intended to replace rlogin and
519 - replace primes with moduli
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1580 s->replace(Defined{s->file, s->getName(), s->binding, s->stOther, s->type,
1596 s->replace(Undefined{nullptr, s->getName(), STB_WEAK, s->stOther, s->type});
1734 // Compile bitcode files and replace bitcode symbols.
1802 // contain pointers to symbol objects. We visit them to replace pointers,
H A DInputSection.cpp437 // avoid having to parse and recreate .eh_frame, we just replace any
1093 // and replace them with calls to __morestack_non_split.
1243 void InputSection::replace(InputSection *other) { function in class:InputSection
H A DInputFiles.cpp1160 sym->replace(und);
H A DRelocations.cpp33 // - replace expensive relocs (in terms of runtime cost) with cheap ones
526 sym.replace(Defined{sym.file, sym.getName(), sym.binding, sym.stOther,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp372 std::replace(path.begin(), path.end(), '\\', '/');
2664 str.replace(pos, oldStr.length(), newStr);
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1121 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName());
1768 S.replace(Idx, ToReplace.size(), ReplaceWith);
/freebsd-13-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp151 std::replace(fixedPath.begin(), fixedPath.end(), sep, '/');
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp452 // which we'll replace with the decompressed version of, leaving the rest of
634 m_bytes.replace(0, size_of_first_packet, new_packet.data(),
/freebsd-13-stable/contrib/subversion/
H A Dwin-tests.py123 CMDLINE_TEST_SCRIPT_NATIVE_PATH = CMDLINE_TEST_SCRIPT_PATH.replace('/', os.sep)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp49 std::replace(MethodNameColonStripped.begin(), MethodNameColonStripped.end(),
345 /// actually emitted it. We use this alias as a placeholder, and then replace
351 /// replace / it with a pointer to the metaclass structure before finally
370 /// so we create an alias as a placeholder and then replace it with the real
1445 std::replace(MangledTypes.begin(), MangledTypes.end(),
1468 std::replace(MangledTypes.begin(), MangledTypes.end(),
1682 std::replace(TypeEncoding.begin(), TypeEncoding.end(),
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h2484 bool replace; /**< TRUE to override (replace) existing data at member in struct:t_FmPcdManipHdrInsrtGenericParams
2597 e_FmPcdManipHdrCustomIpReplace replaceType; /**< Selects replace update type */
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql274 The op_root must exist (or there is no layer to replace) and an op-root
995 be tweaked after the working-file is installed. When we replace an existing
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp996 comments_string.replace(comments_string.begin() + newline_pos,
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1060 (add_perms + remove_perms + has_opt(perm_options::replace)) == 1,
1061 "One and only one of the perm_options constants replace, add, or remove "
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp254 // a single GPRPair reg operand is used in the .td file to replace the two
955 Name.replace(0, 4, "SPSR"); // convert 'spsr_' to 'SPSR_'
/freebsd-13-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2892 replace) prop=autoreplace ;;
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua256 -- respectively. We'll go ahead and replace

Completed in 501 milliseconds

1234567891011