Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dc-typeprint.c718 case DECLARED_TYPE_UNION: in c_type_print_base()
819 (TYPE_DECLARED_TYPE (type) == DECLARED_TYPE_UNION)) in c_type_print_base()
Dgdbtypes.h581 #define DECLARED_TYPE_UNION 1 macro
Dgdbtypes.c1141 if (TYPE_DECLARED_TYPE (t) == DECLARED_TYPE_UNION) in lookup_union()