Searched refs:replacement (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h35 void Append(ConstString path, ConstString replacement,
52 void Insert(ConstString path, ConstString replacement,
59 bool Replace(ConstString path, ConstString replacement,
62 bool Replace(ConstString path, ConstString replacement,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacrotab.h224 we #defined a preprocessor symbol named NAME, whose replacement
228 const char *name, const char *replacement);
235 whose names are given in ARGV, whose replacement string is REPLACEMENT. If
243 const char *replacement);
276 /* The replacement string (body) of the macro. This is in the
278 const char *replacement; member in struct:macro_definition
H A Dmacrotab.c539 const char *replacement)
546 d->replacement = macro_bcache_str (t, replacement);
601 macro_bcache_free (t, (char *) d->replacement);
673 const char *replacement)
693 else if (strcmp (replacement, found_def->replacement))
726 const char *name, const char *replacement)
735 replacement);
751 d = new_macro_definition (t, macro_object_like, 0, 0, replacement);
531 new_macro_definition(struct macro_table *t, enum macro_kind kind, int argc, const char **argv, const char *replacement) argument
665 check_for_redefinition(struct macro_source_file *source, int line, const char *name, enum macro_kind kind, int argc, const char **argv, const char *replacement) argument
720 macro_define_object(struct macro_source_file *source, int line, const char *name, const char *replacement) argument
752 macro_define_function(struct macro_source_file *source, int line, const char *name, int argc, const char **argv, const char *replacement) argument
[all...]
H A Dmaint.c495 the command is used. If possible, a replacement will be
504 the command you want to deprecate, and optionally the replacement command \n\
531 replacement. */
544 char *replacement = NULL; local
557 /* look for a replacement command */
567 replacement = xstrdup (start_ptr);
573 replacement = NULL;
578 Note the MALLOCED_REPLACEMENT test. If the command's replacement
585 xfree (alias->replacement);
591 alias->replacement
[all...]
H A Dmacrocmd.c178 fprintf_filtered (gdb_stdout, " %s\n", d->replacement);
H A Dmacroexp.c804 replacement list, and store the result in DEST.
818 /* A macro buffer for the macro's replacement list. */
821 init_shared_buffer (&replacement_list, (char *) def->replacement,
822 strlen (def->replacement));
833 /* Find the next token in the replacement list. */
913 This list is appropriate for re-scanning replacement lists, but
925 init_shared_buffer (&replacement_list, (char *) def->replacement,
926 strlen (def->replacement));
980 /* Now `substituted' is the macro's replacement list, with all
/freebsd-11-stable/sys/teken/stress/
H A Dteken_stress.c95 static const char replacement[] = variable
113 replacement[buf[i] % sizeof replacement];
/freebsd-11-stable/contrib/sqlite3/
H A DReplace.cs152 // line argument. Then, grab the replacement string,
156 string replacement = args[1];
197 string outputLine = regEx.Replace(inputLine, replacement);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp64 ConstString replacement, bool notify) {
66 m_pairs.emplace_back(pair(NormalizePath(path), NormalizePath(replacement)));
83 ConstString replacement, uint32_t index,
92 NormalizePath(replacement)));
98 ConstString replacement, uint32_t index,
103 m_pairs[index] = pair(NormalizePath(path), NormalizePath(replacement));
63 Append(ConstString path, ConstString replacement, bool notify) argument
82 Insert(ConstString path, ConstString replacement, uint32_t index, bool notify) argument
97 Replace(ConstString path, ConstString replacement, uint32_t index, bool notify) argument
/freebsd-11-stable/tools/build/
H A Dcheck-links.sh7 replacement=_
11 libkey="${libkey%%${patterns}*}${replacement}${libkey#*${patterns}}"
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSymbolTable.h32 /// The method replacement() can be used to find the replacement atom
54 /// if atom has been coalesced away, return replacement, else return atom
55 const Atom *replacement(const Atom *);
/freebsd-11-stable/contrib/gcc/
H A Dtree-sra.c115 tree replacement; member in struct:sra_elt
1118 All elements to be scalarized have replacement variables made for them. */
1165 /* Construct a pretty variable name for an element's replacement variable.
1188 elt->replacement = var = make_rename_temp (elt->type, "SR");
1281 if (elt->replacement)
1309 if (sub->replacement == NULL)
1501 any_inst = elt->replacement != NULL;
1509 /* Entry point to phase 3. Instantiate scalar replacement variables. */
1597 /* Mark every replacement under ELT with TREE_NO_WARNING. */
1604 if (elt->replacement)
[all...]
H A Dlocal-alloc.c262 rtx replacement;
717 return (reg_equiv[REGNO (x)].replacement
719 reg_equiv[REGNO (x)].replacement));
926 || (reg_equiv[regno].replacement
928 reg_equiv[regno].replacement))))
987 reg_equiv[regno].replacement = x;
1270 reg_equiv[regno].replacement = NULL_RTX;
261 rtx replacement; member in struct:equivalence
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp125 if (Node *replacement = m_replacer(symbol)) {
126 ref = replacement;
127 if (replacement != &symbol)
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c169 c->replacement = NULL;
202 deprecate_cmd (struct cmd_list_element *cmd, char *replacement)
206 if (replacement != NULL)
207 cmd->replacement = replacement;
209 cmd->replacement = NULL;
1249 if (alias->replacement)
1250 printf_filtered ("Use '%s'.\n\n", alias->replacement);
1256 if (cmd->replacement)
1257 printf_filtered ("Use '%s'.\n\n", cmd->replacement);
201 deprecate_cmd(struct cmd_list_element *cmd, char *replacement) argument
[all...]
H A Dcli-decode.h103 the memory containing the replacement string is statically
106 memory for replacement is malloc'ed. When a command is
113 /* if this command is deprecated, this is the replacement name */
114 char *replacement; member in struct:cmd_list_element
/freebsd-11-stable/contrib/libreadline/
H A Dcomplete.c1434 char *replacement; local
1444 replacement = match;
1464 /* Quote the replacement, since we found an embedded
1467 replacement = (*rl_filename_quoting_function) (match, do_replace, qc);
1469 return (replacement);
1478 char *replacement; local
1482 replacement = make_quoted_replacement (match, mtype, qc);
1485 if (replacement)
1489 replacement[0] == *qc)
1492 the opening quote and insert the (fully-quoted) replacement
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h357 TemplateName replacement)
359 Parameter(parameter), Replacement(replacement) {}
369 TemplateName replacement);
356 SubstTemplateTemplateParmStorage(TemplateTemplateParmDecl *parameter, TemplateName replacement) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp44 TemplateName replacement) {
46 ID.AddPointer(replacement.getAsVoidPointer());
42 Profile(llvm::FoldingSetNodeID &ID, TemplateTemplateParmDecl *parameter, TemplateName replacement) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h80 // our replacement functions invisible to other libraries. This may be overcomed
96 const __sanitizer::uptr replacement; member in struct:interpose_substitution
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp198 // Add existing atom to replacement table.
201 // New atom is not being used. Add it to replacement table.
245 // New atom is not being used. Add it to replacement table.
257 const Atom *SymbolTable::replacement(const Atom *atom) { function in class:lld::SymbolTable
258 // Find the replacement for a given atom. Atoms in _replacedAtoms
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_string.h418 /** Replace all occurrences of @a to_find in @a str with @a replacement.
426 const char *replacement);
/freebsd-11-stable/stand/lua/
H A Dconfig.lua140 -- Escapes the named value for use as a literal in a replacement pattern.
149 local replacement = loader.getenv(name) or ""
150 value = value:gsub("${" .. escapeName(name) .. "}", replacement)
153 local replacement = loader.getenv(name) or ""
154 value = value:gsub("$" .. escapeName(name), replacement)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c752 const char *replacement)
770 replacement_len = strlen(replacement);
790 memcpy(str->data + str->len, replacement, replacement_len);
746 svn_stringbuf_replace_all(svn_stringbuf_t *str, const char *to_find, const char *replacement) argument
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1284 path& path::replace_extension(path const& replacement) { argument
1289 if (!replacement.empty()) {
1290 if (replacement.native()[0] != '.') {
1293 __pn_.append(replacement.__pn_);

Completed in 188 milliseconds

12