Searched refs:fieldtype (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgnu-v2-abi.c302 struct type *fieldtype;
321 fieldtype = TYPE_FIELD_TYPE (type, index);
322 if (fieldtype == NULL
323 || TYPE_CODE (fieldtype) != TYPE_CODE_PTR)
331 if (TYPE_TARGET_TYPE (fieldtype) == basetype)
335 && TYPE_NAME (TYPE_TARGET_TYPE (fieldtype)) != NULL
337 TYPE_NAME (TYPE_TARGET_TYPE (fieldtype))) == 0)
301 struct type *fieldtype; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c6652 tree fieldtype;
6661 fieldtype = TREE_TYPE (constructor_fields);
6662 if (fieldtype != error_mark_node)
6663 fieldtype = TYPE_MAIN_VARIANT (fieldtype);
6664 fieldcode = TREE_CODE (fieldtype);
6669 && TYPE_SIZE (fieldtype) == NULL_TREE
6679 && TREE_CODE (TREE_TYPE (fieldtype)) == INTEGER_TYPE
6686 && TYPE_MAIN_VARIANT (TREE_TYPE (value)) != fieldtype
6697 output_init_element (value, fieldtype, constructor_field
6622 tree fieldtype; local
6704 tree fieldtype; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dc-typeck.c6573 tree fieldtype;
6582 fieldtype = TREE_TYPE (constructor_fields);
6583 if (fieldtype != error_mark_node)
6584 fieldtype = TYPE_MAIN_VARIANT (fieldtype);
6585 fieldcode = TREE_CODE (fieldtype);
6590 && TYPE_SIZE (fieldtype) == NULL_TREE
6600 && INTEGRAL_TYPE_P (TREE_TYPE (fieldtype))
6607 && TYPE_MAIN_VARIANT (TREE_TYPE (value.value)) != fieldtype
6619 fieldtype, constructor_field
6541 tree fieldtype; local
6624 tree fieldtype; local
[all...]

Completed in 194 milliseconds