| /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
|
| /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
|
| /src/external/mit/libuv/dist/docs/src/sphinx-plugins/ |
| manpage.py | 24 ref = s.substitute(num=manpage_num, topic=name)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| cppmangle.d | 261 * p = The object to attempt to substitute 269 bool substitute(RootObject p, bool nested = false) 271 //printf("substitute %s\n", p ? p.toChars() : null); 502 if (!substitute(d)) 641 if (substitute(ti.tempdecl, !haveNE && isNested)) 788 if (substitute(s)) 1121 if (!substitute(ns)) 1129 if (!substitute(ns)) 1139 else if (!substitute(ns)) 1410 if (substitute(t) [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| package.d | 16 .substitute(6, -6) // 2 -6 10
|
| /src/usr.bin/error/ |
| filter.c | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 115 (void)substitute(names_ignored[i], '\n', '\0');
|
| error.h | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 280 char *substitute(char *, char, char);
|
| pi.c | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 266 (void)substitute(cur_wordv[2], '^', '|');
|
| subr.c | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 114 substitute(char *string, char chold, char chnew) function
|
| input.c | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 194 (void)substitute(currentfilename, ':', '\0');
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| iteration.d | 54 $(T2 substitute, 55 `[1, 2].substitute(1, 0.1)` returns `[0.1, 2]`.) 6616 // In same combinations substitute needs to calculate the auto-decoded length 6657 // substitute 6662 Single value replacements (`'ö'.substitute!('ä', 'a', 'ö', 'o', 'ü', 'u)`) are 6679 template substitute(substs...) 6688 Substitute single values with compile-time substitution mappings. 6691 auto substitute(Value)(Value value) 6698 // Substitute single range elements with compile-time substitution mappings 6699 return value.map!(a => substitute(a)) [all...] |
| comparison.d | 1238 /** Substitute current item in target with current item in source. */ 1239 substitute = 's', 1252 assert(levenshteinDistanceAndPath("banana", "fazan")[1] == [substitute, none, substitute, none, none, remove]); 1277 : EditOp.substitute;
|
| /src/bin/ksh/ |
| mail.c | 199 shellf("%s\n", substitute(mbp->mb_msg ? mbp->mb_msg : MBMESSAGE, 0));
|
| main.c | 223 substitute(initsubs, 0); 359 include(substitute("$HOME/.profile", 0), 0, 381 env_file = substitute(env_file, DOTILDE); 385 include(substitute("$HOME/kshrc.ksh", 0), 0,
|
| proto.h | 62 char * substitute ARGS((const char *, int));
|
| 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/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.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/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/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/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.bin/make/unit-tests/ |
| varmod-loop-varname.mk | 111 # loop. This is different from the .for loops, which substitute the
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/ |
| test_from_cdb.py | 26 out_handle.write(temp.substitute(path=path))
|