Home
last modified time | relevance | path

Searched refs:substs (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dprint-sysroot-suffix.sh38 substs=""
41 substs="$substs -e 's/$option/$option/g'"
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
72 subspec="$subspec"`echo "$option" | eval sed $substs`":/$dir"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dprint-sysroot-suffix.sh38 substs=""
41 substs="$substs -e 's/$option/$option/g'"
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
72 subspec="$subspec"`echo "$option" | eval sed $substs`":/$dir"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dprint-sysroot-suffix.sh38 substs=""
41 substs="$substs -e 's/$option/$option/g'"
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
72 subspec="$subspec"`echo "$option" | eval sed $substs`":/$dir"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dprint-sysroot-suffix.sh38 substs=""
41 substs="$substs -e 's/$option/$option/g'"
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
72 subspec="$subspec"`echo "$option" | eval sed $substs`":/$dir"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c144 static struct iterator_group modes, codes, ints, substs; variable
411 if (iterator->group == &substs) in FOR_EACH_VEC_ELT()
825 htab_traverse (substs.iterators, add_current_iterators, NULL); in apply_iterators()
840 if (iuse->iterator->group == &substs) in apply_iterators()
857 if (iuse->iterator->group == &substs) in apply_iterators()
967 substs.attrs = htab_create (13, leading_string_hash, leading_string_eq_p, 0); in initialize_iterators()
968 substs.iterators = htab_create (13, leading_string_hash, in initialize_iterators()
970 substs.type = "int"; in initialize_iterators()
971 substs.find_builtin = find_int; /* We don't use it, anyway. */ in initialize_iterators()
973 substs.apply_iterator = apply_subst_iterator; in initialize_iterators()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl.cc138 static struct iterator_group modes, codes, ints, substs; variable
477 if (iterator->group == &substs) in map_attr_string()
891 htab_traverse (substs.iterators, add_current_iterators, NULL); in apply_iterators()
906 if (iuse->iterator->group == &substs) in apply_iterators()
923 if (iuse->iterator->group == &substs) in apply_iterators()
1033 substs.attrs = htab_create (13, leading_string_hash, leading_string_eq_p, 0); in initialize_iterators()
1034 substs.iterators = htab_create (13, leading_string_hash, in initialize_iterators()
1036 substs.type = "int"; in initialize_iterators()
1037 substs.find_builtin = find_int; /* We don't use it, anyway. */ in initialize_iterators()
1039 substs.apply_iterator = apply_subst_iterator; in initialize_iterators()
[all …]
H A DChangeLog-20122979 (substs): New global.
H A DChangeLog-201923186 * config/s390/subst.md: Remove addr_style_op and masked_op substs.
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d6679 template substitute(substs...)
6680 if (substs.length >= 2 && isExpressions!substs)
6685 static assert(!(substs.length & 1), "The number of substitution parameters must be even");
6692 if (isInputRange!Value || !is(CommonType!(Value, typeof(substs[0])) == void))
6696 static if (!is(CommonType!(ElementType!Value, typeof(substs[0])) == void))
6702 !is(CommonType!(ElementType!Value, ElementType!(typeof(substs[0]))) == void))
6705 return .substitute(value, substs);
6718 static foreach (i; 0 .. substs.length / 2)
6719 case substs[2 * i]:
6720 return substs[2 * i + 1];
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/m4/
H A Dqt.m4136 # substs QT_CXXFLAGS, QT_LDFLAGS, and QT_LIBS
137 # substs QTVERSION, MOC and UIC
/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Dnmakehlp.c44 static int SubstituteFile(const char *substs, const char *filename);
/netbsd-src/external/public-domain/sqlite/dist/tea/tclconfig/
H A Dtcl.m42672 # Defines and substs the following vars:
2780 # Defines and substs the following vars:
2833 # Defines and substs the following vars:
2873 # Defines and substs the following vars:
2899 # Defines and substs the following vars:
2925 # Defines and substs the following vars:
2949 # Defines and substs the following vars:
2975 # Defines and substs the following vars:
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc13891 static vec<module_state *,va_heap> substs; variable
13908 substs.safe_push (this); in mangle()
13931 while (substs.length ()) in mangle_module_fini()
13932 substs.pop ()->subst = 0; in mangle_module_fini()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19963461 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
H A DChangeLog-20085079 (MAKE, GMAKE): New substs.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19963461 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
H A DChangeLog-20085079 (MAKE, GMAKE): New substs.
/netbsd-src/external/gpl2/xcvs/dist/
H A DChangeLog3432 * cvs.spec.in: Use the new substs.
/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A DChangeLog-20212277 (MAKE, GMAKE): New substs.