Searched defs:replace (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/contrib/unifdef/
H A Dunifdef.h44 #define replace(old,new) rename(old,new) macro
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dreplace.h22 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) { function
H A Dranges_replace.h58 inline constexpr auto replace = __replace::__fn{}; member in namespace:ranges::__cpo
/freebsd-current/contrib/libcbor/misc/
H A Dupdate_version.py18 def replace(file_path, pattern, replacement): function
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp48 static void replace(syntax::Node *Old, syntax::Node *New) { function in class:syntax::MutationsImpl
/freebsd-current/bin/pax/
H A Dpat_rep.h39 typedef struct replace { struct
/freebsd-current/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh303 replace() { function
/freebsd-current/contrib/bc/
H A Dconfigure.sh434 replace() { function
[all...]
H A Dconfigure434 replace() { function
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Dperm_options.h24 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; member in class:perm_options
/freebsd-current/contrib/unifdef/win32/
H A Dwin32.c34 replace(const char *oldname, const char *newname) function
/freebsd-current/lib/libfigpar/
H A Dstring_m.c90 replaceall(char *source, const char *find, const char *replace) argument
/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
H A DUnresolvedSet.h102 bool replace(const NamedDecl* Old, NamedDecl *New) { function in class:clang::UnresolvedSetImpl
111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } function in class:clang::UnresolvedSetImpl
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { function in class:clang::UnresolvedSetImpl
/freebsd-current/contrib/kyua/utils/format/
H A Dformatter.cpp285 format::formatter::replace(const std::string& arg) const function in class:format::formatter
/freebsd-current/crypto/heimdal/lib/hdb/
H A Ddb3.c198 DB__put(krb5_context context, HDB *db, int replace, argument
H A Ddb.c205 DB__put(krb5_context context, HDB *db, int replace, argument
H A Dndbm.c245 NDBM__put(krb5_context context, HDB *db, int replace, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp114 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { function
/freebsd-current/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h110 bool replace(SourceRange TokenRange, StringRef text) { function in class:clang::edit::Commit
/freebsd-current/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c335 ATF_TC(replace); variable
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp154 static Expected<std::string> replace(StringRef S, StringRef From, function in namespace:llvm::object
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h174 DeclarationFragments &replace(std::string NewSpelling, unsigned Position) { function in class:clang::extractapi::DeclarationFragments
/freebsd-current/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp116 bool Commit::replace(CharSourceRange range, StringRef text) { function in class:Commit
/freebsd-current/sys/contrib/ck/src/
H A Dck_ht.c907 bool replace = candidate->key != CK_HT_KEY_EMPTY && local

Completed in 187 milliseconds

12