Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp63 ConstString replacement, bool notify) { in Append()
82 ConstString replacement, uint32_t index, in Insert()
97 ConstString replacement, uint32_t index, in Replace()
/freebsd-13.1/contrib/libcbor/misc/
H A Dupdate_version.py9 def replace(file_path, pattern, replacement): argument
/freebsd-13.1/contrib/kyua/utils/text/
H A Doperations.cpp189 const std::string& replacement) in replace_all()
/freebsd-13.1/sys/teken/stress/
H A Dteken_stress.c97 static const char replacement[] = variable
/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp257 const Atom *SymbolTable::replacement(const Atom *atom) { in replacement() function in lld::SymbolTable
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp125 if (Node *replacement = m_replacer(symbol)) { in Visit() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp46 TemplateName replacement) { in Profile()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/
H A DMakefile.am67 replacement \ subdir
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c187 nvlist_t *config, *nvroot, *replacement; in replace_with_spare() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h358 TemplateName replacement) in SubstTemplateTemplateParmStorage()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h96 const __sanitizer::uptr replacement; member
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputSection.h128 InputSection *replacement = nullptr; variable
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c748 const char *replacement) in svn_stringbuf_replace_all()
/freebsd-13.1/usr.bin/unifdef/
H A Dunifdef.c688 keywordedit(const char *replacement) in keywordedit()
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1503 path& path::replace_extension(path const& replacement) { in replace_extension()