Home
last modified time | relevance | path

Searched refs:types (Results 226 – 250 of 478) sorted by relevance

12345678910>>...20

/dragonfly/contrib/gdb-7/gdb/
H A Dstd-operator.def288 /* OP_TYPE is for parsing types, and used with the "ptype" command
289 so we can look up types that are qualified by scope, either with
/dragonfly/sys/bus/mmc/
H A Dmmcbr_if.m56 #include <sys/types.h>
/dragonfly/sys/bus/pccard/
H A Dcard_if.m40 # and i/o port mappings (as well as other types of attributes) that have
/dragonfly/contrib/binutils-2.27/include/elf/
H A Darc-reloc.def1 /* ARC relocation types
/dragonfly/contrib/binutils-2.34/include/elf/
H A Darc-reloc.def1 /* ARC relocation types
/dragonfly/tools/tools/hammer-backup/
H A DREADME10 It can take two types of backup:
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcstdlib229 // types
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c6246 tree arg_types = arg_info->types; in grokparms()
6270 arg_info->parms = arg_info->types; in grokparms()
6272 arg_info->types = 0; in grokparms()
6353 ret->types = NULL_TREE; in build_arg_info()
6379 tree types = 0; in get_parm_info() local
6414 arg_info->types = void_list_node; in get_parm_info()
6419 types = void_list_node; in get_parm_info()
6460 types = tree_cons (0, type, types); in get_parm_info()
6546 arg_info->types = types; in get_parm_info()
7925 && arg_info->types != error_mark_node) in store_parm_decls_newstyle()
[all …]
H A Dtree-vect-generic.c86 vector_inner_type = lang_hooks.types.type_for_mode (word_mode, 1); in build_word_mode_vector_type()
296 compute_type = lang_hooks.types.type_for_mode (mode, 1); in expand_vector_parallel()
H A Ddojump.c464 type = lang_hooks.types.type_for_size (bitsize, unsignedp); in do_jump()
568 && (type = lang_hooks.types.type_for_mode (mode, 1)) != 0 in do_jump()
H A Dc-tree.h339 tree types; member
H A Dconfig.in174 /* Define if you want all gimple types to be verified after gimplifiation.
1470 /* Define to 1 if you have the <sys/types.h> header file. */
1913 /* Define to `char *' if <sys/types.h> does not define. */
1967 /* Define to `int' if <sys/types.h> does not define. */
1979 /* Define to `int' if <sys/types.h> does not define. */
H A Dparams.def640 {signed,unsigned} integral types. This determines N.
753 /* Whether we should use canonical types rather than deep "structural"
760 "use-canonical-types",
761 "Whether to use canonical types",
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c7162 tree arg_types = arg_info->types; in grokparms()
7189 arg_info->parms = arg_info->types; in grokparms()
7191 arg_info->types = NULL_TREE; in grokparms()
7262 ret->types = NULL_TREE; in build_arg_info()
7288 tree types = NULL_TREE; in get_parm_info() local
7321 arg_info->types = void_list_node; in get_parm_info()
7326 types = void_list_node; in get_parm_info()
7368 types = tree_cons (0, type, types); in get_parm_info()
7454 arg_info->types = types; in get_parm_info()
8956 && arg_info->types != error_mark_node) in store_parm_decls_newstyle()
[all …]
H A Dc-typeck.c12613 if (first_non_one == types.length () in handle_omp_array_sections_1()
12676 && first_non_one == types.length () in handle_omp_array_sections_1()
12687 if (first_non_one == types.length ()) in handle_omp_array_sections_1()
12723 if (first_non_one == types.length ()) in handle_omp_array_sections_1()
12773 types.safe_push (TREE_TYPE (ret)); in handle_omp_array_sections_1()
12792 auto_vec<tree, 10> types; in handle_omp_array_sections() local
12825 unsigned int num = types.length (), i; in handle_omp_array_sections()
12857 && TYPE_DOMAIN (types[i]) in handle_omp_array_sections()
12858 && TYPE_MAX_VALUE (TYPE_DOMAIN (types[i])) in handle_omp_array_sections()
12900 TYPE_MAX_VALUE (TYPE_DOMAIN (types[i])), in handle_omp_array_sections()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c3194 size_tree = lang_hooks.types.max_size (type); in max_int_size_in_bytes()
5376 free_lang_data_d () : decls (100), types (100) {} in free_lang_data_d()
5388 auto_vec<tree> types; member
5401 fld->types.safe_push (t); in add_tree_to_fld_list()
5807 FOR_EACH_VEC_ELT (fld.types, i, t) in free_lang_data_in_cgraph()
5811 FOR_EACH_VEC_ELT (fld.types, i, t) in free_lang_data_in_cgraph()
5930 if (lang_hooks.types.type_hash_eq == NULL) in check_lang_type()
5936 return lang_hooks.types.type_hash_eq (cand, base); in check_lang_type()
6588 if (lang_hooks.types.type_hash_eq != NULL) in equal()
7823 if (lang_hooks.types.get_subrange_bounds) in subrange_type_for_debug_p()
[all …]
H A Dtarget.def1485 "Return speculation types of instruction @var{insn}.",
2560 "If your target defines any fundamental types, or any types your target\n\
2570 Target-specific fundamental types might be new fundamental types or\n\
2590 types.",
4027 macro to iterate through all types.",
4124 @code{enum} types should be allocated like @code{int}.\n\
4358 pointer} types.\n\
4509 compile time without knowing their data types,\n\
4512 for all data types.\n\
5077 /* ??? tm.texi has no types for the parameters. */
[all …]
H A Dgimple.c661 gimple_build_catch (tree types, gimple_seq handler) in gimple_build_catch() argument
664 gimple_catch_set_types (p, types); in gimple_build_catch()
677 gimple_build_eh_filter (tree types, gimple_seq failure) in gimple_build_eh_filter() argument
680 gimple_eh_filter_set_types (p, types); in gimple_build_eh_filter()
H A Dtree-switch-conversion.c297 tree word_type_node = lang_hooks.types.type_for_mode (word_mode, 1); in emit_case_bit_tests()
1102 smaller_type = lang_hooks.types.type_for_mode (mode, sign >= 0); in array_value_type()
1208 utype = lang_hooks.types.type_for_mode (TYPE_MODE (TREE_TYPE (utype)), 1); in build_arrays()
1210 utype = lang_hooks.types.type_for_mode (TYPE_MODE (utype), 1); in build_arrays()
/dragonfly/contrib/lvm2/dist/doc/
H A Dtagging.txt16 2) LVM object types that can be tagged:
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dmemory169 * functions, as well as requested_size(). For non-trivial types, copies
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dmemory170 * functions, as well as requested_size(). For non-trivial types, copies
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dfstream430 // Non-standard types:
598 // Non-standard types:
771 // Non-standard types:
/dragonfly/sys/dev/drm/i915/gvt/
H A Dgvt.h273 struct intel_vgpu_type *types; member
/dragonfly/share/mk/
H A Dbsd.README12 There are two main types of make include files. One type is the generally
357 SRCS List of source files to build the library. Suffix types

12345678910>>...20