Searched refs:replace (Results 151 - 175 of 265) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp137 static void replace(Container &C, size_t BeginOff, size_t EndOff, Range Vals) { function in namespace:__anon1720
139 llvm::replace(C, C.begin() + BeginOff, C.begin() + EndOff, Vals);
173 replace(Elems, *FirstElemToReplace, *LastElemToReplace, {C});
174 replace(Offsets, *FirstElemToReplace, *LastElemToReplace, {Offset});
323 replace(Elems, Index, Index + 1,
332 replace(
341 replace(Offsets, Index, Index + 1,
356 replace(Elems, Index, Index + 1,
361 replace(Offsets, Index, Index + 1,
372 replace(Elem
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp281 commit.replace(SpaceRange, PropertyDotString);
284 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
285 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
306 commit.replace(Range, PropertyDotString);
308 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
309 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
551 commit.replace(CharSourceRange::getCharRange(Getter->getBeginLoc(),
727 commit.replace(R, ClassString);
784 commit.replace(R, ClassString);
977 commit.replace(
[all...]
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js72 // Used by jQuery.camelCase as callback to replace()
572 if ( rvalidchars.test( data.replace( rvalidescape, "@" )
573 .replace( rvalidtokens, "]" )
574 .replace( rvalidbraces, "")) ) {
622 return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
682 text.toString().replace( trimLeft, "" ).replace( trimRight, "" );
1684 expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
1987 var name = "data-" + key.replace( rmultiDas
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp171 SourceLine.replace(i, 1, res.first.c_str());
493 SourceLine.replace(SourceEnd, std::string::npos, back_ellipse);
501 SourceLine.replace(0, SourceStart, front_ellipse);
502 CaretLine.replace(0, CaretStart, front_space);
504 FixItInsertionLine.replace(0, CaretStart, front_space);
H A DDiagnosticRenderer.cpp52 void replace(CharSourceRange range, StringRef text) override {
74 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
/freebsd-13-stable/contrib/libucl/include/
H A Ducl++.h108 unsigned char ** /*replace*/, size_t * /*replace_len*/, bool *need_free, void* ud)
120 unsigned char **replace, size_t *replace_len, bool *need_free, void* ud)
134 std::string var_value = replacer->replace (var_name);
139 *replace = (unsigned char *)UCL_ALLOC (var_value.size ());
140 memcpy (*replace, var_value.data (), var_value.size ());
259 virtual std::string replace (const std::string &var) const = 0;
119 ucl_variable_replacer(const unsigned char *data, size_t len, unsigned char **replace, size_t *replace_len, bool *need_free, void* ud) argument
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h92 // Symbol binding. This is not overwritten by replace() to track
143 inline void replace(const Symbol &newSym);
395 // object file from an archive to replace itself with a defined
517 // replace() replaces "this" object with a given symbol by memcpy'ing
519 // resolution, e.g. to replace an undefind symbol with a defined symbol.
520 void Symbol::replace(const Symbol &newSym) { function in class:lld::elf::Symbol
/freebsd-13-stable/crypto/heimdal/lib/hdb/
H A Ddb3.c198 DB__put(krb5_context context, HDB *db, int replace, argument
215 code = (*d->put)(d, NULL, &k, &v, replace ? 0 : DB_NOOVERWRITE);
H A Dndbm.c245 NDBM__put(krb5_context context, HDB *db, int replace, argument
261 code = dbm_store(d->db, k, v, replace ? DBM_REPLACE : DBM_INSERT);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp63 std::replace(path.begin(), path.end(), '/', '\\');
191 std::replace(resolved.begin(), resolved.end(), '\\', '/');
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp258 llvm::Error AtomicChange::replace(const SourceManager &SM, function in class:clang::tooling::AtomicChange
264 llvm::Error AtomicChange::replace(const SourceManager &SM, SourceLocation Loc, function in class:clang::tooling::AtomicChange
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py90 "/" + self.wpas_dbus_interface.replace(".","/")
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-indirect.mk63 # The indirect modifier can also replace an ':L' modifier, which allows for
144 # expand the defined subexpression and replace it with ${:U...}, just like
H A Ddirective-for-escape.mk86 # which gets even more surprising than colons, since it allows to replace
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp156 Change.replace(SM, CharSourceRange::getCharRange(Range.value()),
/freebsd-13-stable/contrib/file/python/
H A Dmagic.py257 encoding=mime_encoding.replace('charset=', ''))
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py119 args = re.sub(' +', ' ', args_strings.replace('\n', ' '))
/freebsd-13-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py77 if typename.lower().replace(" ", "") not in options.types:
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib262 # Create and replace the same name virtual device files
277 log_must zpool replace -wf $pool $vdev $vdev
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp165 R.replace(lazyReexports(LCTManager, ISManager, SourceJD,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp88 std::replace(Filename.begin(), Filename.end(), IllegalChar,
H A DSpecialCaseList.cpp46 Regexp.replace(pos, strlen("*"), ".*");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp393 commit.replace(MsgRange, "@[]");
419 commit.replace(MsgRange, "@[]");
497 commit.replace(MsgRange, "@{}");
533 commit.replace(MsgRange, "@{}");
577 commit.replace(MsgRange, "@{}");
H A DEditedSource.cpp31 replace(range, StringRef());
404 receiver.replace(range, text);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp109 static Expected<std::string> replace(StringRef S, StringRef From, function in namespace:llvm::object
604 : replace(SymbolName, E.Name, E.ExtName);

Completed in 289 milliseconds

1234567891011