HomeSort by: relevance | last modified time | path
    Searched defs:substitute (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/refer/
label.y 242 %type <expr> substitute
280 substitute
282 | list substitute
286 substitute: label
289 | substitute '~' string
  /src/external/apache2/llvm/dist/clang/docs/tools/
dump_format_style.py 16 def substitute(text, tag, contents): function
232 contents = substitute(contents, 'FORMAT_STYLE_OPTIONS', options_text)
  /src/usr.bin/error/
subr.c 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
114 substitute(char *string, char chold, char chnew) function
  /src/usr.bin/sed/
process.c 28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
85 static int substitute(struct s_command *);
232 sdone |= substitute(cp);
379 * substitute --
381 * copy of the new pattern space in the substitute space structure
385 substitute(struct s_command *cp) function
405 SS.len = 0; /* Clean substitute space. */
467 * Swap the substitute space and the pattern space, and make sure
  /src/external/gpl3/gcc/dist/gcc/
lra-coalesce.cc 121 substitute (rtx *loc) function
147 if (substitute (&XEXP (*loc, i)))
155 if (substitute (&XVECEXP (*loc, i, j)))
162 /* Specialize "substitute" for use on an insn. This can't change
169 return substitute (&loc);
rtl-iter.h 74 void substitute (value_type);
230 generic_subrtx_iterator <T>::substitute (value_type x) function in class:generic_subrtx_iterator
reload1.cc 401 static void substitute (rtx *, const_rtx, rtx);
905 If the resulting location is directly addressable, substitute
3416 /* Substitute the operands; the new values are in the substed_operand
3949 to update reg_equiv_* so that we do not substitute in the
4087 substitute into this insn without touching the
4564 /* Substitute the chosen reload regs from reload_reg_rtx
5499 substitute (rtx *where, const_rtx what, rtx repl)
5525 substitute (&XVECEXP (*where, i, j), what, repl);
5528 substitute (&XEXP (*where, i), what, repl);
5576 substitute (&in, rld[r2].in, gen_rtx_REG (rld[r2].mode, regno))
5478 substitute (rtx *where, const_rtx what, rtx repl) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lra-coalesce.cc 123 substitute (rtx *loc) function
149 if (substitute (&XEXP (*loc, i)))
157 if (substitute (&XVECEXP (*loc, i, j)))
164 /* Specialize "substitute" for use on an insn. This can't change
171 return substitute (&loc);
rtl-iter.h 74 void substitute (value_type);
230 generic_subrtx_iterator <T>::substitute (value_type x) function in class:generic_subrtx_iterator
reload1.cc 401 static void substitute (rtx *, const_rtx, rtx);
905 If the resulting location is directly addressable, substitute
3416 /* Substitute the operands; the new values are in the substed_operand
3949 to update reg_equiv_* so that we do not substitute in the
4087 substitute into this insn without touching the
4564 /* Substitute the chosen reload regs from reload_reg_rtx
5499 substitute (rtx *where, const_rtx what, rtx repl)
5525 substitute (&XVECEXP (*where, i, j), what, repl);
5528 substitute (&XEXP (*where, i), what, repl);
5576 substitute (&in, rld[r2].in, gen_rtx_REG (rld[r2].mode, regno))
5478 substitute (rtx *where, const_rtx what, rtx repl) function
    [all...]
  /src/games/cgram/
cgram.c 25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
295 substitute(char a, char b) function
480 substitute(char_at_cursor(), (char)ch);
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_print.c 81 void substitute(char *, const char *, const char *);
1272 substitute(char *string, const char *token, const char *data) function
1296 substitute(expansion, "$FILE", file);
1297 substitute(expansion, "$USER", user);
1298 substitute(expansion, "$HOST", host);
  /src/bin/ksh/
eval.c 67 substitute(cp, f) function
78 internal_errorf(1, "substitute");
272 v_evaluate(&v, substitute(sp, 0),
407 /* Restore our position and substitute
  /src/external/mit/isl/dist/
isl_fold.c 1775 static __isl_give isl_qpolynomial *substitute(__isl_take isl_qpolynomial *qp, function
1800 list = isl_qpolynomial_list_map(list, &substitute, &data);

Completed in 46 milliseconds