| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| align.exp.tcl | 20 set typelist { 35 lappend typelist __int128 41 global typelist 70 foreach type $typelist { 83 foreach type $typelist { 85 foreach inner $typelist { 126 foreach type $typelist { 135 foreach type $typelist { 137 foreach inner $typelist { 167 global testfile srcfile typelist [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| align.exp.tcl | 20 set typelist { 35 lappend typelist __int128 41 global typelist 70 foreach type $typelist { 83 foreach type $typelist { 85 foreach inner $typelist { 126 foreach type $typelist { 135 foreach type $typelist { 137 foreach inner $typelist { 167 global testfile srcfile typelist [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| container_base_dispatch.hpp | 44 #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::at_index<Policy_Tl, 0> at0 [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| container_base_dispatch.hpp | 44 #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::at_index<Policy_Tl, 0> at0 [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| align.exp | 25 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 {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| align.exp | 25 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 {
|
| /src/sbin/umount/ |
| umount.c | 105 const char **typelist = NULL; local 136 if (typelist != NULL) 138 typelist = makevfslist(optarg); 156 if ((nfshost != NULL) && (typelist == NULL)) 157 typelist = makevfslist("nfs"); 173 if (checkvfsname(mntbuf[mnts].f_fstypename, typelist)) 175 if (umountfs(mntbuf[mnts].f_mntonname, typelist, 185 if (umountfs(mntfromname, typelist, raw) != 0) 192 umountfs(const char *name, const char **typelist, int raw) 255 if (checkvfsname(type, typelist)) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| typelist.h | 36 * @file ext/typelist.h 52 /** @namespace __gnu_cxx::typelist 53 * @brief GNU typelist extensions for public compile-time use. 55 namespace typelist namespace 66 template<typename Hd, typename Typelist> 70 typedef Typelist tail; 73 // Apply all typelist types to unary functor. 74 template<typename Fn, typename Typelist> 76 apply(Fn&, Typelist); 78 /// Apply all typelist types to generator functor [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| typelist.h | 36 * @file ext/typelist.h 52 /** @namespace __gnu_cxx::typelist 53 * @brief GNU typelist extensions for public compile-time use. 55 namespace typelist namespace 66 template<typename Hd, typename Typelist> 70 typedef Typelist tail; 73 // Apply all typelist types to unary functor. 74 template<typename Fn, typename Typelist> 76 apply(Fn&, Typelist); 78 /// Apply all typelist types to generator functor [all...] |
| /src/external/mpl/bind/dist/fuzz/ |
| dns_rdata_fromwire_text.c | 84 dns_rdatatype_t typelist[256] = { 1000 }; /* unknown */ local 117 /* Assert when we need to grow typelist. */ 118 assert(types < sizeof(typelist) / sizeof(typelist[0])); 119 typelist[types++] = t; 126 rdtype = typelist[(*data++) % types];
|
| /src/bin/df/ |
| df.c | 82 static char **typelist; variable 170 if (typelist != NULL) 311 if (typelist == NULL) 313 for (av = typelist; *av != NULL; ++av) 345 if ((av = typelist = calloc((i + 1), sizeof(*av))) == NULL) 368 if (!lflag && typelist == NULL && aflag)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/ |
| assoc_container.hpp | 45 #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::create2<Eq_Fn, Update_Policy>::type>::typ [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/precompiled/ |
| extc++.h | 44 #include <ext/typelist.h>
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/ |
| assoc_container.hpp | 45 #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::create2<Eq_Fn, Update_Policy>::type>::typ [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/precompiled/ |
| extc++.h | 69 #include <ext/typelist.h>
|
| /src/usr.sbin/mtree/ |
| misc.c | 97 static KEY typelist[] = { variable 148 k = (KEY *)bsearch(&tmp, typelist, sizeof(typelist) / sizeof(KEY),
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 365 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;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 365 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;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-types.cc | 3108 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_type); /* caf_offset. * 3095 vec<tree, va_gc> *typelist = NULL; local [all...] |
| trans-decl.cc | 2511 tree typelist, hidden_typelist; local 2522 typelist = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); 2526 type = TREE_VALUE (typelist); 2537 typelist = TREE_CHAIN (typelist); 2542 tree type = TREE_VALUE (typelist), length = NULL; 2547 tree len_type = TREE_VALUE (TREE_CHAIN (typelist)); 2602 DECL_ARG_TYPE (parm) = TREE_VALUE (typelist); 2608 typelist = TREE_CHAIN (typelist); 6212 tree tmp, decl, result_decl, argc, argv, typelist, arglist; local [all...] |
| /src/lib/libtelnet/ |
| encrypt.c | 474 encrypt_support(unsigned char *typelist, int cnt) 485 type = *typelist++;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-types.cc | 3130 vec<tree, va_gc> *typelist = NULL; 3155 vec_safe_push (typelist, gfc_array_index_type); 3174 vec_safe_push (typelist, type); 3179 vec_safe_push (typelist, gfc_charlen_type_node); 3183 vec_safe_push (typelist, build_pointer_type(gfc_charlen_type_node)); 3225 vec_safe_push (typelist, type); 3259 vec_safe_push (typelist, boolean_type_node); 3277 vec_safe_reserve (typelist, vec_safe_length (hidden_typelist)); 3278 vec_safe_splice (typelist, hidden_typelist); 3280 if (!vec_safe_is_empty (typelist) 3117 vec<tree, va_gc> *typelist = NULL; local [all...] |
| trans-decl.cc | 2546 tree typelist, hidden_typelist, optval_typelist; local 2558 typelist = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); 2562 type = TREE_VALUE (typelist); 2573 typelist = TREE_CHAIN (typelist); 2578 tree type = TREE_VALUE (typelist), length = NULL; 2583 tree len_type = TREE_VALUE (TREE_CHAIN (typelist)); 2638 DECL_ARG_TYPE (parm) = TREE_VALUE (typelist); 2644 typelist = TREE_CHAIN (typelist); 6428 tree tmp, decl, result_decl, argc, argv, typelist, arglist; local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ |
| tests.sh | 985 $NSUPDATE -T >typelist.out.T.${n} || { 989 $NSUPDATE -P >typelist.out.P.${n} || { 993 $NSUPDATE -TP >typelist.out.TP.${n} || { 997 grep ANY typelist.out.T.${n} >/dev/null && { 1001 grep ANY typelist.out.P.${n} >/dev/null && { 1005 grep ANY typelist.out.TP.${n} >/dev/null && { 1009 grep KEYDATA typelist.out.T.${n} >/dev/null && { 1013 grep KEYDATA typelist.out.P.${n} >/dev/null && { 1017 grep KEYDATA typelist.out.TP.${n} >/dev/null && { 1021 grep AAAA typelist.out.T.${n} >/dev/null || [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| c-exp.y | 1626 std::vector<struct type *> *typelist 1628 cpstate->type_lists.emplace_back (typelist); 1630 typelist->push_back ($1); 1631 $$ = typelist; 1890 /* Validate a parameter typelist. */
|