Searched refs:replace (Results 176 - 200 of 265) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc154 // replace each with MACH_PORT_NULL.
/freebsd-13-stable/share/mk/
H A Dbsd.crunchgen.mk143 # <sigh> Someone should replace the bin/csh and bin/sh build-tools with
H A Dbsd.files.mk111 # we need to expand ${group}DIR_${file} and replace
H A Dbsd.dep.mk191 # Handle OBJS=../somefile.o hacks. Just replace '/' rather than use :T to
251 # If the obj has any '/', then replace with '_'. For meta files, this is
/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_report_html.cpp116 name.replace(pos, 1, "_");
/freebsd-13-stable/contrib/libevent/
H A Devent_rpcgen.py1655 self.filename = argv[1].replace('\\', '/')
1657 self.impl_file = argv[2].replace('\\', '/')
1659 self.header_file = argv[2].replace('\\', '/')
1660 self.impl_file = argv[3].replace('\\', '/')
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DICF.cpp311 chunks[begin]->replace(chunks[i]);
/freebsd-13-stable/contrib/openresolv/
H A Dresolvconf.in561 replace()
564 for r in $replace; do
615 eval "$(list_resolv -l "$@" | replace | parse_resolv)"
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1655 self.filename = argv[1].replace('\\', '/')
1657 self.impl_file = argv[2].replace('\\', '/')
1659 self.header_file = argv[2].replace('\\', '/')
1660 self.impl_file = argv[3].replace('\\', '/')
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb60 source = source.force_encoding("ISO-8859-1").encode("utf-8", :replace => nil) if ($QUICK_RUBY_VERSION > 10900)
/freebsd-13-stable/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c335 ATF_TC(replace); variable
337 ATF_TC_HEAD(replace, tc)
344 ATF_TC_BODY(replace, tc)
1523 ATF_TP_ADD_TC(tp, replace);
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js95 .replace('undefined', '3_2').replace('_', '.').replace('_', '')
914 corner = ('' + corner).replace(/([A-Z])/, ' $1').replace(/middle/gi, CENTER).toLowerCase();
1714 show: $.trim('' + options.show.event).replace(/ /g, namespace+' ') + namespace,
1715 hide: $.trim('' + options.hide.event).replace(/ /g, namespace+' ') + namespace
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp258 void MaterializationResponsibility::replace( function in class:llvm::orc::MaterializationResponsibility
279 JD->replace(std::move(MU));
402 R.replace(reexports(*SourceJD, std::move(Aliases), SourceJDLookupFlags));
404 R.replace(symbolAliases(std::move(Aliases)));
655 void JITDylib::replace(std::unique_ptr<MaterializationUnit> MU) { function in class:llvm::JITDylib
656 assert(MU != nullptr && "Can not replace with a null MaterializationUnit");
666 "Can not replace a symbol that ha is not materializing");
689 "Can not replace a symbol that is not materializing");
691 "Can not replace a symbol that has a materializer attached");
1950 KV.first->replace(st
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp398 void replace(const SCEV *BackedgeTakenCount);
1427 void LoopReroll::DAGRootTracker::replace(const SCEV *BackedgeTakenCount) { function in class:LoopReroll::DAGRootTracker
1641 DAGRoots.replace(BackedgeTakenCount);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DICF.cpp507 sections[begin]->replace(sections[i]);
H A DInputSection.h382 void replace(InputSection *other);
H A DLTO.cpp245 sym->replace(Undefined{nullptr, sym->getName(), STB_GLOBAL, STV_DEFAULT,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp116 bool Commit::replace(CharSourceRange range, StringRef text) { function in class:Commit
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dmakefile42 -nowarn -nobackup -twocase -replace $(HIGHC_OBJ)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp522 llvm::Error Err = ReplaceChange.replace(
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp191 FeatureFile.replace(0, Job->CorpusDir.size(), Job->FeaturesDir);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp48 // ahead and replace the value with the global, this lets the caller quickly
146 /// replace any uses of the alloca with uses of the global directly.
242 void replace(Instruction *I);
259 replace(P);
260 replace(Inst);
278 void PointerReplacer::replace(Instruction *I) { function in class:PointerReplacer
794 // behavior, replace it with zero.
801 // Then we know that we can replace %x in the GEP with i64 0.
844 // If there are more indices after the one we might replace with a zero, make
860 // one we'll replace, thos
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp47 std::replace(N.begin(), N.end(), ' ', '_');
/freebsd-13-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py150 def replace(self, id, obj): member in class:Cache
446 cache.replace(self.id, complete)
614 builder_name = raw.tag.replace('DW_TAG_', 'build_')
930 return int(location.replace('DW_OP_addr', ''), 16)
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak173 # replace the last line with this for dynamic libraries

Completed in 367 milliseconds

1234567891011