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

12

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp50 #include <ext/typelist.h>
122 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
124 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
136 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
138 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
149 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
161 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
172 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
174 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
186 typedef __gnu_cxx::typelist
[all...]
/freebsd-11-stable/usr.sbin/ngctl/
H A Dtypes.c62 struct typelist *tlist;
86 tlist = (struct typelist *) resp->data;
/freebsd-11-stable/sbin/umount/
H A Dumount.c90 char **typelist = NULL; local
120 if (typelist != NULL)
122 typelist = makevfslist(optarg);
144 if (nfsforce != 0 && (argc == 0 || nfshost != NULL || typelist != NULL))
148 if ((nfshost != NULL) && (typelist == NULL))
149 typelist = makevfslist("nfs");
168 if (checkvfsname(sfs->f_fstypename, typelist))
180 errs = umountall(typelist);
197 } else if (checkname(*argv, typelist) != 0)
205 umountall(char **typelist) argument
257 checkname(char *mntname, char **typelist) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dtypelist.h41 * @file typelist.h
53 namespace typelist namespace
117 } // namespace typelist
124 namespace typelist namespace
309 } // namespace typelist
313 #define _GLIBCXX_TYPELIST_CHAIN1(X0) __gnu_cxx::typelist::chain<X0, __gnu_cxx::typelist::null_type>
314 #define _GLIBCXX_TYPELIST_CHAIN2(X0, X1) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN1(X1) >
315 #define _GLIBCXX_TYPELIST_CHAIN3(X0, X1, X2) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN2(X1, X2) >
316 #define _GLIBCXX_TYPELIST_CHAIN4(X0, X1, X2, X3) __gnu_cxx::typelist
331 namespace typelist namespace
[all...]
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dextc++.h57 #include <ext/typelist.h>
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dassoc_container.hpp50 #include <ext/typelist.h>
121 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
122 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
159 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
296 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
492 typename __gnu_cxx::typelist::create2<Cmp_Fn, PB_DS_TREE_NODE_AND_IT_TRAITS_C_DEC >::type, Allocator>
563 typename __gnu_cxx::typelist::create2<E_Access_Traits, PB_DS_TRIE_NODE_AND_ITS_TRAITS >::type, Allocator>
636 typename __gnu_cxx::typelist::create2<Eq_Fn, Update_Policy>::type, Allocator>
/freebsd-11-stable/contrib/mtree/
H A Dmisc.c97 static KEY typelist[] = { variable
148 k = (KEY *)bsearch(&tmp, typelist, sizeof(typelist) / sizeof(KEY),
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtoe.c369 typelist(int eargc, char *eargv[], function
692 code = typelist(argc - optind, argv + optind, header, hook);
716 code = typelist((int) count, eargv, header, hook);
734 code = typelist((int) count, eargv, header, hook);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c1133 struct typelist *typelist; local
1148 typelist = (struct typelist *)(void *)resp->data;
1150 for (u = 0; u < typelist->numtypes; u++) {
1155 strcpy(t->name, typelist->typeinfo[u].type_name);
/freebsd-11-stable/sys/netgraph/
H A Dng_message.h293 struct typelist { struct
H A Dng_base.c429 and struct typelist. */
457 /* Array type for a variable length array of struct typelist */
477 DEFINE_PARSE_STRUCT_TYPE(typelist, TYPELIST, (&ng_generic_typeinfoarray_type));
2743 struct typelist *tl;
2760 tl = (struct typelist *) resp->data;
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c510 encrypt_support(unsigned char *typelist, int cnt) argument
521 type = *typelist++;
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.c479 encrypt_support(unsigned char *typelist, int cnt) argument
490 type = *typelist++;
/freebsd-11-stable/contrib/gcc/
H A Dtarget.h721 const char *(*invalid_arg_for_unprototyped_fn) (tree typelist,
H A Dtarghooks.c368 tree typelist ATTRIBUTE_UNUSED,
H A Dc-common.c5666 check_function_sentinel (tree attrs, tree params, tree typelist)
5673 while (typelist && params)
5675 typelist = TREE_CHAIN (typelist);
5679 if (typelist || !params)
6084 check_function_arguments (tree attrs, tree params, tree typelist)
6098 check_function_sentinel (attrs, params, typelist);
5649 check_function_sentinel(tree attrs, tree params, tree typelist) argument
6066 check_function_arguments(tree attrs, tree params, tree typelist) argument
H A Dc-typeck.c2507 convert_arguments (tree typelist, tree values, tree function, tree fundecl)
2526 for (valtail = values, typetail = typelist, parmnum = 0;
2716 targetm.calls.invalid_arg_for_unprototyped_fn (typelist, fundecl, val)))
3873 tree typelist;
3890 typelist = TYPE_ARG_TYPES (fntype);
3891 typelist = tree_cons (NULL_TREE, ptr_type_node, typelist);
3892 fntype = build_function_type (TREE_TYPE (fntype), typelist);
2495 convert_arguments(tree typelist, tree values, tree function, tree fundecl) argument
3854 tree typelist; local
H A Dc-parser.c9223 tree fnbody, typelist;
9427 typelist = TYPE_ARG_TYPES (ftype);
9429 typelist = tree_cons (NULL_TREE, cur_block->block_arg_ptr_type,
9430 typelist);
9431 helper_function_type = build_function_type (TREE_TYPE (ftype), typelist);
9217 tree fnbody, typelist; local
/freebsd-11-stable/sys/dev/fe/
H A Dif_fe_isa.c228 static struct subtype const typelist [] = { local
275 for (type = typelist; type->mcode != 0; type++) {
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c2716 tree typelist;
2736 typelist = TYPE_ARG_TYPES (fntype);
2737 typelist = tree_cons (NULL_TREE, ptr_type_node, typelist);
2738 fntype = build_function_type (TREE_TYPE (fntype), typelist);
2868 convert_arguments (tree typelist, tree values, tree fndecl, int flags, int block_call)
2892 for (valtail = values, typetail = typelist;
2710 tree typelist; local
2862 convert_arguments(tree typelist, tree values, tree fndecl, int flags, int block_call) argument
/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c1807 struct witness_list *typelist; local
1817 typelist = &w_spin;
1819 typelist = &w_sleep;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y1282 | seticmptype lstart typelist lend { yyresetdict(); }
1323 typelist: label
1326 | typelist lmore icmptype
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile147 rb_tree rope ropeimpl.h slist throw_allocator.h typelist.h \
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am546 ${ext_srcdir}/typelist.h \
H A DMakefile.in768 ${ext_srcdir}/typelist.h \

Completed in 595 milliseconds

12