Home
last modified time | relevance | path

Searched defs:fn_field (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdbtypes.h1610 struct fn_field struct
1622 const char *physname;
1630 struct type *type;
1635 struct type *fcontext;
1639 unsigned int is_const:1;
1640 unsigned int is_volatile:1;
1641 unsigned int is_artificial:1;
1646 unsigned int is_stub:1;
1650 unsigned int is_constructor : 1;
1654 unsigned int is_deleted : 1;
[all …]
Dstabsread.c2257 struct fn_field fn_field; in read_member_functions() member
Dsymtab.h2089 struct fn_fieldlist *fn_field; member