/netbsd/external/cddl/osnet/sys/kern/ |
H A D | ddi.c | 606 ddi_create_minor_node(dev_info_t *dip, char *name, int spec_type, in ddi_create_minor_node() argument 618 if (spec_type == S_IFCHR) { in ddi_create_minor_node() 622 } else if (spec_type == S_IFBLK) { in ddi_create_minor_node() 627 panic("bad spectype %#x", spec_type); in ddi_create_minor_node() 629 spec_type |= (S_IRUSR | S_IWUSR); in ddi_create_minor_node() 651 error = do_sys_mknod(l, pn, spec_type, dev, UIO_SYSSPACE); in ddi_create_minor_node()
|
/netbsd/sys/dev/ieee1394/ |
H A D | iec13213.h | 158 uint32_t spec_type:8, member 162 spec_type:8; member
|
H A D | fwcrom.c | 466 tl->spec_type = 0; in crom_add_simple_text()
|
/netbsd/sys/dev/std/ |
H A D | ieee1212var.h | 50 u_int8_t spec_type; member
|
H A D | ieee1212.c | 834 text->spec_type = P1212_TEXT_GET_Spec_Type((ntohl(t[0]))); in p1212_parse_text_desc()
|
/netbsd/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-format.c | 4355 matching_type_p (tree spec_type, tree arg_type) in matching_type_p() argument 4357 gcc_assert (spec_type); in matching_type_p() 4362 if (TYPE_STRUCTURAL_EQUALITY_P (spec_type) in matching_type_p() 4366 spec_type = TYPE_CANONICAL (spec_type); in matching_type_p() 4369 if (TREE_CODE (spec_type) == INTEGER_TYPE in matching_type_p() 4371 && (TYPE_UNSIGNED (spec_type) in matching_type_p() 4372 ? spec_type == c_common_unsigned_type (arg_type) in matching_type_p() 4373 : spec_type == c_common_signed_type (arg_type))) in matching_type_p() 4376 return spec_type == arg_type; in matching_type_p()
|
H A D | c-format.cc | 4334 matching_type_p (tree spec_type, tree arg_type) in matching_type_p() argument 4336 gcc_assert (spec_type); in matching_type_p() 4341 if (TYPE_STRUCTURAL_EQUALITY_P (spec_type) in matching_type_p() 4345 spec_type = TYPE_CANONICAL (spec_type); in matching_type_p() 4348 if (TREE_CODE (spec_type) == INTEGER_TYPE in matching_type_p() 4350 && (TYPE_UNSIGNED (spec_type) in matching_type_p() 4351 ? spec_type == c_common_unsigned_type (arg_type) in matching_type_p() 4352 : spec_type == c_common_signed_type (arg_type))) in matching_type_p() 4355 return spec_type == arg_type; in matching_type_p()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-format.c | 4355 matching_type_p (tree spec_type, tree arg_type) in matching_type_p() argument 4357 gcc_assert (spec_type); in matching_type_p() 4362 if (TYPE_STRUCTURAL_EQUALITY_P (spec_type) in matching_type_p() 4366 spec_type = TYPE_CANONICAL (spec_type); in matching_type_p() 4369 if (TREE_CODE (spec_type) == INTEGER_TYPE in matching_type_p() 4371 && (TYPE_UNSIGNED (spec_type) in matching_type_p() 4372 ? spec_type == c_common_unsigned_type (arg_type) in matching_type_p() 4373 : spec_type == c_common_signed_type (arg_type))) in matching_type_p() 4376 return spec_type == arg_type; in matching_type_p()
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | primary.c | 1746 actual->spec_type = SPEC_ASSUMED; in match_keyword_arg() 1751 actual->spec_type = SPEC_DEFERRED; in match_keyword_arg() 1755 actual->spec_type = SPEC_EXPLICIT; in match_keyword_arg() 1926 tail->spec_type = SPEC_DEFERRED; in gfc_match_actual_arglist() 1931 tail->spec_type = SPEC_ASSUMED; in gfc_match_actual_arglist() 1935 tail->spec_type = SPEC_EXPLICIT; in gfc_match_actual_arglist()
|
H A D | primary.cc | 1725 actual->spec_type = SPEC_ASSUMED; in match_keyword_arg() 1730 actual->spec_type = SPEC_DEFERRED; in match_keyword_arg() 1734 actual->spec_type = SPEC_EXPLICIT; in match_keyword_arg() 1905 tail->spec_type = SPEC_DEFERRED; in gfc_match_actual_arglist() 1910 tail->spec_type = SPEC_ASSUMED; in gfc_match_actual_arglist() 1914 tail->spec_type = SPEC_EXPLICIT; in gfc_match_actual_arglist()
|
H A D | expr.c | 5647 if (param_list->spec_type == SPEC_ASSUMED in gfc_spec_list_type() 5648 || param_list->spec_type == SPEC_DEFERRED) in gfc_spec_list_type() 5649 return param_list->spec_type; in gfc_spec_list_type() 5660 else if (param_list->spec_type == SPEC_EXPLICIT) in gfc_spec_list_type() 5662 seen_assumed = param_list->spec_type == SPEC_ASSUMED; in gfc_spec_list_type() 5663 seen_deferred = param_list->spec_type == SPEC_DEFERRED; in gfc_spec_list_type()
|
H A D | expr.cc | 5678 if (param_list->spec_type == SPEC_ASSUMED in gfc_spec_list_type() 5679 || param_list->spec_type == SPEC_DEFERRED) in gfc_spec_list_type() 5680 return param_list->spec_type; in gfc_spec_list_type() 5691 else if (param_list->spec_type == SPEC_EXPLICIT) in gfc_spec_list_type() 5693 seen_assumed = param_list->spec_type == SPEC_ASSUMED; in gfc_spec_list_type() 5694 seen_deferred = param_list->spec_type == SPEC_DEFERRED; in gfc_spec_list_type()
|
H A D | decl.c | 3721 if (actual_param && actual_param->spec_type != SPEC_EXPLICIT) in gfc_get_pdt_instance() 3723 if (actual_param->spec_type == SPEC_ASSUMED) in gfc_get_pdt_instance() 3760 else if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance() 3770 if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance() 3820 tail->spec_type = actual_param->spec_type; in gfc_get_pdt_instance() 3835 && (actual_param->spec_type == SPEC_ASSUMED in gfc_get_pdt_instance() 3836 || actual_param->spec_type == SPEC_DEFERRED)) in gfc_get_pdt_instance()
|
H A D | decl.cc | 3811 if (actual_param && actual_param->spec_type != SPEC_EXPLICIT) in gfc_get_pdt_instance() 3813 if (actual_param->spec_type == SPEC_ASSUMED) in gfc_get_pdt_instance() 3850 else if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance() 3860 if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance() 3917 tail->spec_type = actual_param->spec_type; in gfc_get_pdt_instance() 3932 && (actual_param->spec_type == SPEC_ASSUMED in gfc_get_pdt_instance() 3933 || actual_param->spec_type == SPEC_DEFERRED)) in gfc_get_pdt_instance()
|
H A D | ChangeLog-2017 | 862 mio_integer for the 'spec_type'. 1199 type parameter spec lists. Add the new field 'spec_type' to
|
H A D | gfortran.h | 1214 gfc_param_spec_type spec_type; member
|
H A D | module.c | 2992 mio_integer ((int *)&a->spec_type); in mio_actual_arg()
|
H A D | module.cc | 3138 mio_integer ((int *)&a->spec_type); in mio_actual_arg()
|
H A D | resolve.c | 1172 param_tail->spec_type = SPEC_ASSUMED; in get_pdt_spec_expr() 15237 else if (param->spec_type == SPEC_ASSUMED) in resolve_pdt() 15240 if (param->spec_type == SPEC_DEFERRED in resolve_pdt()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | primary.c | 1746 actual->spec_type = SPEC_ASSUMED; in match_keyword_arg() 1751 actual->spec_type = SPEC_DEFERRED; in match_keyword_arg() 1755 actual->spec_type = SPEC_EXPLICIT; in match_keyword_arg() 1926 tail->spec_type = SPEC_DEFERRED; in gfc_match_actual_arglist() 1931 tail->spec_type = SPEC_ASSUMED; in gfc_match_actual_arglist() 1935 tail->spec_type = SPEC_EXPLICIT; in gfc_match_actual_arglist()
|
H A D | expr.c | 5647 if (param_list->spec_type == SPEC_ASSUMED in gfc_spec_list_type() 5648 || param_list->spec_type == SPEC_DEFERRED) in gfc_spec_list_type() 5649 return param_list->spec_type; in gfc_spec_list_type() 5660 else if (param_list->spec_type == SPEC_EXPLICIT) in gfc_spec_list_type() 5662 seen_assumed = param_list->spec_type == SPEC_ASSUMED; in gfc_spec_list_type() 5663 seen_deferred = param_list->spec_type == SPEC_DEFERRED; in gfc_spec_list_type()
|
H A D | decl.c | 3721 if (actual_param && actual_param->spec_type != SPEC_EXPLICIT) in gfc_get_pdt_instance() 3723 if (actual_param->spec_type == SPEC_ASSUMED) in gfc_get_pdt_instance() 3760 else if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance() 3770 if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance() 3820 tail->spec_type = actual_param->spec_type; in gfc_get_pdt_instance() 3835 && (actual_param->spec_type == SPEC_ASSUMED in gfc_get_pdt_instance() 3836 || actual_param->spec_type == SPEC_DEFERRED)) in gfc_get_pdt_instance()
|
H A D | gfortran.h | 1141 gfc_param_spec_type spec_type; member
|
H A D | module.c | 2992 mio_integer ((int *)&a->spec_type); in mio_actual_arg()
|
H A D | resolve.c | 1172 param_tail->spec_type = SPEC_ASSUMED; in get_pdt_spec_expr() 15237 else if (param->spec_type == SPEC_ASSUMED) in resolve_pdt() 15240 if (param->spec_type == SPEC_DEFERRED in resolve_pdt()
|