Searched refs:a_union (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h528 unsigned int a_union: 1; member in struct:dntt_type_svar
566 unsigned int a_union: 1; member in struct:dntt_type_dvar
883 unsigned int a_union: 1; member in struct:dntt_type_field
1065 unsigned int a_union: 1; /* 1 => anonymous union member. */ member in struct:dntt_type_genfield
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dhpread.c4075 if (!fn_fieldp->dfield.a_union)
4076 warning ("Debug info inconsistent: FIELD of anonymous union doesn't have a_union bit set");
4107 if (!fn_fieldp->dsvar.a_union)
4108 warning ("Debug info inconsistent: SVAR field in anonymous union doesn't have a_union bit set");
4128 if (!fn_fieldp->ddvar.a_union)
4129 warning ("Debug info inconsistent: DVAR field in anonymous union doesn't have a_union bit set");

Completed in 31 milliseconds