Searched refs:field_type (Results 1 – 1 of 1) sorted by relevance
623 tree field_type, val_type; in check_bad_casts_in_constructor() local635 field_type = TREE_TYPE(field); in check_bad_casts_in_constructor()638 if (TREE_CODE(field_type) != POINTER_TYPE || TREE_CODE(val_type) != POINTER_TYPE) in check_bad_casts_in_constructor()641 if (field_type == val_type) in check_bad_casts_in_constructor()644 field_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(field_type)))); in check_bad_casts_in_constructor()647 if (field_type == void_type_node) in check_bad_casts_in_constructor()649 if (field_type == val_type) in check_bad_casts_in_constructor()656 …MISMATCH(DECL_SOURCE_LOCATION(var), "constructor\n", TYPE_MAIN_VARIANT(field_type), TYPE_MAIN_VARI… in check_bad_casts_in_constructor()