Searched refs:fieldtype (Results 1 – 3 of 3) sorted by relevance
301 struct type *fieldtype; in vb_match() local320 fieldtype = TYPE_FIELD_TYPE (type, index); in vb_match()321 if (fieldtype == NULL in vb_match()322 || TYPE_CODE (fieldtype) != TYPE_CODE_PTR) in vb_match()330 if (TYPE_TARGET_TYPE (fieldtype) == basetype) in vb_match()334 && TYPE_NAME (TYPE_TARGET_TYPE (fieldtype)) != NULL in vb_match()336 TYPE_NAME (TYPE_TARGET_TYPE (fieldtype))) == 0) in vb_match()
6622 tree fieldtype; local6631 fieldtype = TREE_TYPE (constructor_fields);6632 if (fieldtype != error_mark_node)6633 fieldtype = TYPE_MAIN_VARIANT (fieldtype);6634 fieldcode = TREE_CODE (fieldtype);6639 && TYPE_SIZE (fieldtype) == NULL_TREE6649 && TREE_CODE (TREE_TYPE (fieldtype)) == INTEGER_TYPE6656 && TYPE_MAIN_VARIANT (TREE_TYPE (value)) != fieldtype6667 output_init_element (value, fieldtype, constructor_fields, 1);6704 tree fieldtype; local[all …]
6541 tree fieldtype; in process_init_element() local6550 fieldtype = TREE_TYPE (constructor_fields); in process_init_element()6551 if (fieldtype != error_mark_node) in process_init_element()6552 fieldtype = TYPE_MAIN_VARIANT (fieldtype); in process_init_element()6553 fieldcode = TREE_CODE (fieldtype); in process_init_element()6558 && TYPE_SIZE (fieldtype) == NULL_TREE in process_init_element()6568 && INTEGRAL_TYPE_P (TREE_TYPE (fieldtype)) in process_init_element()6575 && TYPE_MAIN_VARIANT (TREE_TYPE (value.value)) != fieldtype in process_init_element()6587 fieldtype, constructor_fields, 1); in process_init_element()6624 tree fieldtype; in process_init_element() local[all …]