Searched refs:replace (Results 126 - 150 of 290) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dreplace_rebuild.ksh110 log_must zpool replace -sw $opt $TESTPOOL1 $disk1 $disk2
H A Dreplace_resilver.ksh107 log_must zpool replace -w $opt $TESTPOOL1 $disk1 $disk2
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp167 R->replace(reexports(PDR.getImplDylib(), std::move(NonCallables),
174 if (auto Err = R->replace(
299 R->replace(std::make_unique<PartitioningIRMaterializationUnit>(
372 if (auto Err = R->replace(std::make_unique<PartitioningIRMaterializationUnit>(
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { function in class:clang::ASTUnresolvedSet
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp128 Pass.TA.replace(E->getSourceRange(), "self");
150 Pass.TA.replace(RecContainer->getSourceRange(), RecRange);
158 Pass.TA.replace(RecContainer->getSourceRange(), RecRange);
444 Pass.TA.replace(bopE->getSourceRange(), bopE->getRHS()->getSourceRange());
H A DInternals.h67 void replace(SourceRange range, StringRef text);
68 void replace(SourceRange range, SourceRange replacementRange);
H A DTransformActions.cpp137 void replace(SourceRange range, StringRef text);
138 void replace(SourceRange range, SourceRange replacementRange);
322 void TransformActionsImpl::replace(SourceRange range, StringRef text) { function in class:TransformActionsImpl
329 void TransformActionsImpl::replace(SourceRange range, function in class:TransformActionsImpl
646 void TransformActions::replace(SourceRange range, StringRef text) { function in class:TransformActions
647 static_cast<TransformActionsImpl*>(Impl)->replace(range, text);
650 void TransformActions::replace(SourceRange range, function in class:TransformActions
652 static_cast<TransformActionsImpl*>(Impl)->replace(range, replacementRange);
H A DTransUnbridgedCasts.cpp276 Pass.TA.replace(callE->getSourceRange(), callE->getArg(0)->getSourceRange());
298 Pass.TA.replace(OuterRange, InnerRange);
318 Pass.TA.replace(OuterRange, InnerRange);
/freebsd-current/cddl/sbin/zpool/
H A DMakefile40 zpool-replace.8 \
/freebsd-current/tests/sys/cddl/zfs/tests/history/
H A Dhistory_001_pos.ksh37 # create, destroy, add, remove, offline, online, attach, detach, replace,
89 exec_record $ZPOOL replace -f $MPOOL $VDEV1 $VDEV4
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp67 std::replace(Path.begin(), Path.end(), '/', '\\');
/freebsd-current/contrib/kyua/utils/format/
H A Dformatter.cpp271 return replace(_oss->str());
280 /// replaced by arg and is ready to replace the next item.
285 format::formatter::replace(const std::string& arg) const function in class:format::formatter
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_raidz.ksh131 log_must zpool replace -fw $pool $dir/dev-$i
156 log_must zpool replace -fw $pool $dir/dev-$i
H A Dredundancy_draid.ksh131 log_must zpool replace -fw $pool $dir/dev-$i
156 log_must zpool replace -fw $pool $dir/dev-$i
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-output-test.py99 return s.replace('\r\n', '\n').replace('\r', '\n')
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A Draidz_expand_001_pos.ksh102 log_must zpool replace -f $pool $dir/dev-$i
124 log_must zpool replace -f $pool $dir/dev-$i
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp114 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { function
183 // replace with the current one. If the current is externally visible
184 // it cannot be replace, but can be the canonical constant we merge with.
201 // We can only replace constant with local linkage.
220 LLVM_DEBUG(dbgs() << "Will replace: @" << GV.getName() << " -> @"
231 replace(M, Old, New);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp71 void replace(CharSourceRange range, StringRef text) override {
170 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dregex.inc83 // [re.alg.replace], function template regex_replace
/freebsd-current/crypto/openssl/Configurations/
H A Dgentemplate.pm160 my %replace = ();
169 $replace{$extensionlessitem} = $item;
175 @newlist = map { $replace{$_} // $_; } @newlist;
/freebsd-current/contrib/kyua/drivers/
H A Dreport_junit.cpp59 std::replace(classname.begin(), classname.end(), '/', '.');
/freebsd-current/contrib/kyua/store/
H A Dlayout.cpp260 std::replace(test_suite.begin(), test_suite.end(), '/', '_');
/freebsd-current/contrib/bmake/unit-tests/
H A Dposix1.mk44 # ${VAR:s1=s2}: replace s1, if found, with s2 at end of each word in
82 # if they work. Add, remove and replace things.
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_rewind_device_replaced.ksh81 log_note "$0: pool '$poolcreate', replace $replacevdev by $replaceby."
106 log_must zpool replace $TESTPOOL1 $replacevdev $replaceby
/freebsd-current/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py79 self.wpas_dbus_interface.replace(".","/")

Completed in 199 milliseconds

1234567891011>>