Searched refs:field_type (Results 1 – 1 of 1) sorted by relevance
605 tree field_type, val_type; in check_bad_casts_in_constructor() local617 field_type = TREE_TYPE(field); in check_bad_casts_in_constructor()620 if (TREE_CODE(field_type) != POINTER_TYPE || TREE_CODE(val_type) != POINTER_TYPE) in check_bad_casts_in_constructor()623 if (field_type == val_type) in check_bad_casts_in_constructor()626 field_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(field_type)))); in check_bad_casts_in_constructor()629 if (field_type == void_type_node) in check_bad_casts_in_constructor()631 if (field_type == val_type) in check_bad_casts_in_constructor()638 …MISMATCH(DECL_SOURCE_LOCATION(var), "constructor\n", TYPE_MAIN_VARIANT(field_type), TYPE_MAIN_VARI… in check_bad_casts_in_constructor()