Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp62 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, in Append()
84 llvm::StringRef replacement, bool notify) { in AppendUnique()
97 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, in Insert()
112 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, in Replace()
/freebsd/contrib/libcbor/misc/
H A Dupdate_version.py18 def replace(file_path, pattern, replacement): argument
/freebsd/contrib/kyua/utils/text/
H A Doperations.cpp189 const std::string& replacement) in replace_all()
/freebsd/sys/teken/stress/
H A Dteken_stress.c95 static const char replacement[] = variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp127 if (Node *replacement = m_replacer(symbol)) { in Visit() local
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp29 path& path::replace_extension(path const& replacement) { in replace_extension()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c248 nvlist_t *config, *nvroot, *replacement; in replace_with_spare() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h133 ConcatInputSection *replacement = nullptr; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h123 const __sanitizer::uptr replacement; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp404 Value *replacement = in replaceUseWithTableLookup() local
/freebsd/contrib/unifdef/
H A Dunifdef.c659 keywordedit(const char *replacement) in keywordedit()