Home
last modified time | relevance | path

Searched refs:substitute (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcppmangle.c63 bool substitute(RootObject *p) in substitute() function
253 if (!substitute(d)) in template_args()
282 if (!substitute(ti->tempdecl)) in source_name()
393 if (!substitute(s)) in prefix_name()
781 if (substitute(t)) in writeBasicType()
811 if (substitute(t)) in visit()
896 if (substitute(t)) in visit()
920 if (!substitute(t)) in visit()
934 if (substitute(t)) in visit()
945 if (substitute(t)) in visit()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcppmangle.d269 bool substitute(RootObject p, bool nested = false)
502 if (!substitute(d)) in template_arg()
641 if (substitute(ti.tempdecl, !haveNE && isNested))
788 if (substitute(s)) in prefix_name()
1121 if (!substitute(ns))
1129 if (!substitute(ns))
1139 else if (!substitute(ns))
1410 if (substitute(t)) in writeBasicType()
1429 if (substitute(t)) in doSymbol()
1447 if (substitute(p)) in doSymbol()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d6679 template substitute(substs...)
6691 auto substitute(Value)(Value value)
6699 return value.map!(a => substitute(a));
6705 return .substitute(value, substs);
6729 auto substitute(alias pred = (a, b) => a == b, R, Substs...)(R r, Substs substs)
6968 assert("do_it".substitute('_', ' ').equal("do it"));
6971 assert("do_it".substitute('_', ' ',
6978 assert("do_it".substitute("_", " ",
6984 auto y = x.substitute(1, 0.1);
6989 assert([1, 2, 3].substitute(1, 0.1).retro.equal([3, 2, 0.1]));
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlra-coalesce.c123 substitute (rtx *loc) in substitute() function
149 if (substitute (&XEXP (*loc, i))) in substitute()
157 if (substitute (&XVECEXP (*loc, i, j))) in substitute()
171 return substitute (&loc); in substitute_within_insn()
H A Drtl-iter.h74 void substitute (value_type);
230 generic_subrtx_iterator <T>::substitute (value_type x) in substitute() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlra-coalesce.cc123 substitute (rtx *loc) in substitute() function
149 if (substitute (&XEXP (*loc, i))) in substitute()
157 if (substitute (&XVECEXP (*loc, i, j))) in substitute()
171 return substitute (&loc); in substitute_within_insn()
H A Drtl-iter.h74 void substitute (value_type);
230 generic_subrtx_iterator <T>::substitute (value_type x) in substitute() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/druntime/
H A Dos.m48 # Detect thread model and substitute DCFG_THREAD_MODEL
125 # Check if using ARM unwinder and substitute DCFG_ARM_EABI_UNWINDER
149 # substitute DCFG_MINFO_BRACKETING.
177 # substitute DCFG_DLPI_TLS_MODID.
/netbsd-src/external/gpl3/gcc/dist/libphobos/m4/druntime/
H A Dos.m48 # Detect thread model and substitute DCFG_THREAD_MODEL
126 # Check if using ARM unwinder and substitute DCFG_ARM_EABI_UNWINDER
150 # substitute DCFG_MINFO_BRACKETING.
192 # substitute DCFG_DLPI_TLS_MODID.
/netbsd-src/bin/ksh/
H A Dmain.c223 substitute(initsubs, 0); in main()
359 include(substitute("$HOME/.profile", 0), 0, in main()
381 env_file = substitute(env_file, DOTILDE); in main()
385 include(substitute("$HOME/kshrc.ksh", 0), 0, in main()
/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_print.c81 void substitute(char *, const char *, const char *);
1272 substitute(char *string, const char *token, const char *data) in substitute() function
1296 substitute(expansion, "$FILE", file); in expand_alias()
1297 substitute(expansion, "$USER", user); in expand_alias()
1298 substitute(expansion, "$HOST", host); in expand_alias()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/
H A Dlit.cfg2 config.name = 'does-not-substitute-no-limit'
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-within-limit/
H A Dlit.cfg2 config.name = 'does-not-substitute-within-limit'
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A DREADME2 setting some variables to substitute in, to produce
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A DREADME2 setting some variables to substitute in, to produce
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_hpux9.man3 believe that _cexp is a suitable substitute, but cannot be positive.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dloads_example.txt18 or substitute to the uptime(1) command.
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dloads_example.txt18 or substitute to the uptime(1) command.
/netbsd-src/external/mit/libuv/dist/docs/src/sphinx-plugins/
H A Dmanpage.py24 ref = s.substitute(num=manpage_num, topic=name)
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/docs/
H A Dtodo6 preprocessor for values in metatables, which would substitute things
/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_format_style.py16 def substitute(text, tag, contents): function
232 contents = substitute(contents, 'FORMAT_STYLE_OPTIONS', options_text)
/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Dstreaming.rst6 …m. It is, however, important to recognize that CBOR streaming is not a substitute for Websockets …
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y242 %type <expr> substitute
280 substitute
282 | list substitute
286 substitute:
289 | substitute '~' string
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dpackage.d16 .substitute(6, -6) // 2 -6 10
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/
H A Dstdarg.m422 # Provide a substitute, either __va_copy or as a simple assignment.

12345678910>>...17