Home
last modified time | relevance | path

Searched refs:spec_type (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/firewire/
HDiec13213.h151 u_int32_t spec_type:8, member
155 spec_type:8; member
HDfwcrom.c461 tl->spec_type = 0; in crom_add_simple_text()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-format.c3308 matching_type_p (tree spec_type, tree arg_type) in matching_type_p() argument
3310 gcc_assert (spec_type); in matching_type_p()
3315 if (TYPE_STRUCTURAL_EQUALITY_P (spec_type) in matching_type_p()
3319 spec_type = TYPE_CANONICAL (spec_type); in matching_type_p()
3322 if (TREE_CODE (spec_type) == INTEGER_TYPE in matching_type_p()
3324 && (TYPE_UNSIGNED (spec_type) in matching_type_p()
3325 ? spec_type == c_common_unsigned_type (arg_type) in matching_type_p()
3326 : spec_type == c_common_signed_type (arg_type))) in matching_type_p()
3329 return spec_type == arg_type; in matching_type_p()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c2659 tree spec_type = TREE_TYPE (spec); in warn_spec_missing_attributes() local
2662 || TREE_DEPRECATED (spec_type) in warn_spec_missing_attributes()
2664 || TREE_DEPRECATED (TREE_TYPE (spec_type))) in warn_spec_missing_attributes()
2668 tree spec_attrs[] = { DECL_ATTRIBUTES (spec), TYPE_ATTRIBUTES (spec_type) }; in warn_spec_missing_attributes()