Searched refs:typelist (Results 1 - 25 of 128) sorted by relevance

123456

/netbsd-current/external/mpl/bind/dist/bin/tests/system/rrchecker/
H A Dclean.sh14 rm -f classlist.out privatelist.out typelist.out tempzone checkzone.out* checker.out
H A Dtests.sh31 $RRCHECKER -T >typelist.out
32 diff typelist.out typelist.good || {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp44 #include <ext/typelist.h>
111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
142 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
170 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
184 typedef __gnu_cxx::typelist
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp44 #include <ext/typelist.h>
111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
142 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
170 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
184 typedef __gnu_cxx::typelist
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dalign.exp.tcl20 set typelist {
35 lappend typelist __int128
41 global typelist
70 foreach type $typelist {
83 foreach type $typelist {
85 foreach inner $typelist {
123 global testfile srcfile typelist
148 foreach type $typelist {
155 foreach inner $typelist {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dalign.exp.tcl20 set typelist {
35 lappend typelist __int128
41 global typelist
70 foreach type $typelist {
83 foreach type $typelist {
85 foreach inner $typelist {
123 global testfile srcfile typelist
148 foreach type $typelist {
155 foreach inner $typelist {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dalign.exp25 set typelist {
47 lappend typelist __int128
95 foreach type $typelist {
104 foreach type $typelist {
106 foreach inner $typelist {
150 foreach type $typelist {
163 foreach inner $typelist {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dalign.exp25 set typelist {
47 lappend typelist __int128
106 foreach type $typelist {
115 foreach type $typelist {
117 foreach inner $typelist {
161 foreach type $typelist {
174 foreach inner $typelist {
/netbsd-current/sbin/umount/
H A Dumount.c100 const char **typelist = NULL; local
128 if (typelist != NULL)
130 typelist = makevfslist(optarg);
148 if ((nfshost != NULL) && (typelist == NULL))
149 typelist = makevfslist("nfs");
165 if (checkvfsname(mntbuf[mnts].f_fstypename, typelist))
167 if (umountfs(mntbuf[mnts].f_mntonname, typelist,
177 if (umountfs(mntfromname, typelist, raw) != 0)
184 umountfs(const char *name, const char **typelist, int raw) argument
246 if (checkvfsname(type, typelist))
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dtypelist.h36 * @file ext/typelist.h
52 /** @namespace __gnu_cxx::typelist
53 * @brief GNU typelist extensions for public compile-time use.
55 namespace typelist namespace
73 // Apply all typelist types to unary functor.
78 /// Apply all typelist types to generator functor.
83 // Apply all typelist types and values to generator functor.
359 #define _GLIBCXX_TYPELIST_CHAIN1(X0) __gnu_cxx::typelist::chain<X0, __gnu_cxx::typelist::null_type>
360 #define _GLIBCXX_TYPELIST_CHAIN2(X0, X1) __gnu_cxx::typelist
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dtypelist.h36 * @file ext/typelist.h
52 /** @namespace __gnu_cxx::typelist
53 * @brief GNU typelist extensions for public compile-time use.
55 namespace typelist namespace
73 // Apply all typelist types to unary functor.
78 /// Apply all typelist types to generator functor.
83 // Apply all typelist types and values to generator functor.
359 #define _GLIBCXX_TYPELIST_CHAIN1(X0) __gnu_cxx::typelist::chain<X0, __gnu_cxx::typelist::null_type>
360 #define _GLIBCXX_TYPELIST_CHAIN2(X0, X1) __gnu_cxx::typelist
[all...]
/netbsd-current/external/mpl/bind/dist/fuzz/
H A Ddns_rdata_fromwire_text.c86 dns_rdatatype_t typelist[256] = { 1000 }; /* unknown */ local
119 /* Assert when we need to grow typelist. */
120 assert(types < sizeof(typelist) / sizeof(typelist[0]));
121 typelist[types++] = t;
128 rdtype = typelist[(*data++) % types];
/netbsd-current/bin/df/
H A Ddf.c82 static char **typelist; variable
159 if (typelist != NULL)
294 if (typelist == NULL)
296 for (av = typelist; *av != NULL; ++av)
328 if ((av = typelist = calloc((i + 1), sizeof(*av))) == NULL)
351 if (!lflag && typelist == NULL && aflag)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/precompiled/
H A Dextc++.h69 #include <ext/typelist.h>
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp45 #include <ext/typelist.h>
66 typename __gnu_cxx::typelist::append< \
67 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, \
87 * @tparam Policy_TL Policy typelist.
169 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, _Alloc>
331 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, _Alloc>
544 * @tparam Policy_TL Policy typelist.
608 typename __gnu_cxx::typelist::create2<Cmp_Fn, \
699 typename __gnu_cxx::typelist::create2<_ATraits, \
795 typename __gnu_cxx::typelist
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp45 #include <ext/typelist.h>
66 typename __gnu_cxx::typelist::append< \
67 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, \
87 * @tparam Policy_TL Policy typelist.
169 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, _Alloc>
331 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, _Alloc>
544 * @tparam Policy_TL Policy typelist.
608 typename __gnu_cxx::typelist::create2<Cmp_Fn, \
699 typename __gnu_cxx::typelist::create2<_ATraits, \
795 typename __gnu_cxx::typelist
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/precompiled/
H A Dextc++.h69 #include <ext/typelist.h>
/netbsd-current/usr.sbin/mtree/
H A Dmisc.c97 static KEY typelist[] = { variable
148 k = (KEY *)bsearch(&tmp, typelist, sizeof(typelist) / sizeof(KEY),
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmake-target-delegates134 my (@typelist) = split (/,\s*/, $typestr);
137 foreach $iter (@typelist) {
/netbsd-current/external/mpl/bind/dist/bin/tests/system/nsupdate/
H A Dclean.sh68 rm -f typelist.out.*
/netbsd-current/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc140 tree typelist = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local
141 tree argtype = TREE_VALUE (typelist);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc365 struct typelist struct
368 typelist *next;
407 typelist *args;
1295 typelist **argptr = &protoptr->args;
1318 typelist *argentry = (typelist *) malloc (sizeof (typelist));
1665 typelist *argptr = protoptr->args;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-decl.c2487 tree typelist, hidden_typelist; local
2498 typelist = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
2502 type = TREE_VALUE (typelist);
2513 typelist = TREE_CHAIN (typelist);
2518 tree type = TREE_VALUE (typelist), length = NULL;
2523 tree len_type = TREE_VALUE (TREE_CHAIN (typelist));
2578 DECL_ARG_TYPE (parm) = TREE_VALUE (typelist);
2584 typelist = TREE_CHAIN (typelist);
6278 tree tmp, decl, result_decl, argc, argv, typelist, arglist; local
[all...]
H A Dtrans-types.c3010 vec<tree, va_gc> *typelist = NULL;
3034 vec_safe_push (typelist, gfc_array_index_type);
3053 vec_safe_push (typelist, type);
3058 vec_safe_push (typelist, gfc_charlen_type_node);
3062 vec_safe_push (typelist, build_pointer_type(gfc_charlen_type_node));
3104 vec_safe_push (typelist, type);
3128 vec_safe_push (typelist, type);
3139 vec_safe_push (typelist, boolean_type_node);
3151 vec_safe_push (typelist, pvoid_type_node); /* caf_token. */
3152 vec_safe_push (typelist, gfc_array_index_typ
2997 vec<tree, va_gc> *typelist = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc3108 vec<tree, va_gc> *typelist = NULL;
3132 vec_safe_push (typelist, gfc_array_index_type);
3151 vec_safe_push (typelist, type);
3156 vec_safe_push (typelist, gfc_charlen_type_node);
3160 vec_safe_push (typelist, build_pointer_type(gfc_charlen_type_node));
3202 vec_safe_push (typelist, type);
3226 vec_safe_push (typelist, type);
3237 vec_safe_push (typelist, boolean_type_node);
3249 vec_safe_push (typelist, pvoid_type_node); /* caf_token. */
3250 vec_safe_push (typelist, gfc_array_index_typ
3095 vec<tree, va_gc> *typelist = NULL; local
[all...]

Completed in 391 milliseconds

123456