Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgnu-v2-abi.c301 struct type *fieldtype; in vb_match() local
320 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c6622 tree fieldtype; local
6631 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_TREE
6649 && TREE_CODE (TREE_TYPE (fieldtype)) == INTEGER_TYPE
6656 && TYPE_MAIN_VARIANT (TREE_TYPE (value)) != fieldtype
6667 output_init_element (value, fieldtype, constructor_fields, 1);
6704 tree fieldtype; local
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c6541 tree fieldtype; in process_init_element() local
6550 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 …]