Searched refs:spec_type (Results 1 – 4 of 4) sorted by relevance
151 u_int32_t spec_type:8, member155 spec_type:8; member
461 tl->spec_type = 0; in crom_add_simple_text()
3308 matching_type_p (tree spec_type, tree arg_type) in matching_type_p() argument3310 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()
2659 tree spec_type = TREE_TYPE (spec); in warn_spec_missing_attributes() local2662 || 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()