Home
last modified time | relevance | path

Searched refs:types (Results 126 – 150 of 478) sorted by relevance

12345678910>>...20

/dragonfly/contrib/expat/lib/
H A Dxmlrole.c747 static const char *const types[] = { in attlist2() local
752 for (i = 0; i < (int)(sizeof(types) / sizeof(types[0])); i++) in attlist2()
753 if (XmlNameMatchesAscii(enc, ptr, end, types[i])) { in attlist2()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddiagnostic.def32 /* The remainder are real diagnostic types. */
H A Dlanghooks.h416 struct lang_hooks_for_types types; member
H A Dgimple.h467 tree types; member
482 tree types; member
3121 return gs->gimple_catch.types; in gimple_catch_types()
3131 return &gs->gimple_catch.types; in gimple_catch_types_ptr()
3163 gs->gimple_catch.types = t; in gimple_catch_set_types()
3183 return gs->gimple_eh_filter.types; in gimple_eh_filter_types()
3194 return &gs->gimple_eh_filter.types; in gimple_eh_filter_types_ptr()
3212 gimple_eh_filter_set_types (gimple gs, tree types) in gimple_eh_filter_set_types() argument
3215 gs->gimple_eh_filter.types = types; in gimple_eh_filter_set_types()
/dragonfly/contrib/lvm2/dist/include/
H A D.symlinks12 ../lib/datastruct/lvm-types.h
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dcinttypes55 // types
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dcinttypes55 // types
/dragonfly/contrib/gcc-8.0/gcc/
H A Dinternal-fn.def43 set of types if the associated optab is available for the modes
44 of those types. OPTAB says what optab to use (without the trailing
46 outputs. The possible types of optab are:
H A Dmachmode.def201 larger types, then corresponding modes must be added here. The
212 /* The target normally defines any target-specific __intN types and
221 that need 1-word, 2-word, 80-bit, or 128-bit float types respectively.
H A Ddiagnostic.def32 /* The remainder are real diagnostic types. */
/dragonfly/contrib/libpcap/
H A Dgrammar.y649 | ID { const struct tok *types = NULL; variable
659 types = ieee80211_type_subtypes[i].tok;
664 $$ = str2tok($1, types);
/dragonfly/etc/
H A Dprintcap16 # different file types by converting everything to PostScript(tm)
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.h139 format_type_detail types[FMT_LEN_MAX]; member
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr2/
H A Dtype_traits53 * Simple typelist. Compile-time list of types.
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.h99 types, enumerator
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.h138 format_type_detail types[FMT_LEN_MAX]; member
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dconfig.h.in33 /* Define to 1 if you have the <sys/types.h> header file. */
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr2/
H A Dtype_traits53 * Simple typelist. Compile-time list of types.
/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
H A Db-header-vars42 FLAGS_H=flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def
43 OPTIONS_H=options.h flag-types.h config/i386/i386-opts.h stringop.def
89 …ntrinsic.h gt-fortran-trans-io.h gt-fortran-trans-stmt.h gt-fortran-trans-types.h gt-go-go-lang.h …
/dragonfly/sys/netgraph7/netgraph/
H A Dng_base.c1255 LIST_INSERT_HEAD(&ng_typelist, tp, types); in ng_newtype()
1276 LIST_REMOVE(tp, types); in ng_rmtype()
1290 LIST_FOREACH(type, &ng_typelist, types) { in ng_findtype()
2356 LIST_FOREACH(type, &ng_typelist, types) in ng_generic_msg()
2371 LIST_FOREACH(type, &ng_typelist, types) { in ng_generic_msg()
2718 LIST_REMOVE(type, types); in ng_mod_event()
2738 LIST_REMOVE(type, types); in ng_mod_event()
/dragonfly/gnu/usr.bin/cvs/lib/
H A Dconfig.h.proto377 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
380 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
603 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
697 /* Define to 1 if you have the <sys/types.h> header file. */
1190 /* Define to `int' if <sys/types.h> doesn't define. */
1223 /* Define to `int' if <sys/types.h> does not define. */
1232 /* Define to `int' if <sys/types.h> does not define. */
1251 /* Define to `unsigned' if <sys/types.h> does not define. */
1263 /* Define to `int' if <sys/types.h> doesn't define. */
/dragonfly/contrib/gdb-7/gdb/
H A Dconfigure.ac1088 # include <sys/types.h>
1138 # Checks for types. #
1143 [#include <sys/types.h>
1174 # include <sys/types.h>
1200 # Check argument types.
1317 [AC_TRY_COMPILE([#include <sys/types.h>
1365 [AC_TRY_COMPILE([#include <sys/types.h>
1379 [AC_TRY_COMPILE([#include <sys/types.h>
1462 #include <sys/types.h>
1501 [AC_TRY_COMPILE([#include <sys/types.h>
[all …]
/dragonfly/contrib/tcp_wrappers/
H A DREADME.NIS111 X#include <sys/types.h>
167 X#include <sys/types.h>
/dragonfly/contrib/file/src/
H A Dreadcdf.c438 const int types[5]; member
519 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcall.c2355 tree types[2]; in build_builtin_candidate() local
2358 types[0] = type1; in build_builtin_candidate()
2359 types[1] = type2; in build_builtin_candidate()
2385 types[i]); in build_builtin_candidate()
2391 types[i]); in build_builtin_candidate()
2924 vec<tree, va_gc> *types[2]; in add_builtin_candidates() local
2987 types[0] = make_tree_vector (); in add_builtin_candidates()
2988 types[1] = make_tree_vector (); in add_builtin_candidates()
3024 vec_safe_push (types[i], type); in add_builtin_candidates()
3037 vec_safe_push (types[i], type); in add_builtin_candidates()
[all …]

12345678910>>...20