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

/freebsd-9.3-release/contrib/gdb/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
/freebsd-9.3-release/contrib/ncurses/man/
H A Dman_db.renames109 form_fieldtype.3x fieldtype.3form
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c6512 tree fieldtype;
6521 fieldtype = TREE_TYPE (constructor_fields);
6522 if (fieldtype != error_mark_node)
6523 fieldtype = TYPE_MAIN_VARIANT (fieldtype);
6524 fieldcode = TREE_CODE (fieldtype);
6529 && TYPE_SIZE (fieldtype) == NULL_TREE
6539 && INTEGRAL_TYPE_P (TREE_TYPE (fieldtype))
6546 && TYPE_MAIN_VARIANT (TREE_TYPE (value.value)) != fieldtype
6558 fieldtype, constructor_field
6480 tree fieldtype; local
6563 tree fieldtype; local
[all...]

Completed in 81 milliseconds