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

/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h251 DNTT_TYPE_WITH, enumerator in enum:dntt_entry_type
431 a DNTT_TYPE_MODULE, DNTT_TYPE_FUNCTION, DNTT_TYPE_WITH,
920 /* DNTT_TYPE_WITH is emitted by C++ to indicate "with" scoping semantics.
927 this by emitting a DNTT_TYPE_WITH symbol within the function "memfunc",
933 function. So GDB can safely ignore the DNTT_TYPE_WITH record.
935 A DNTT_TYPE_WITH has a matching DNTT_TYPE_END symbol. */
940 unsigned int kind: 10; /* always DNTT_TYPE_WITH */
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dhpread.c2646 case DNTT_TYPE_WITH:
4702 case DNTT_TYPE_WITH:
5648 case DNTT_TYPE_WITH:
5649 /* Since we ignore the DNTT_TYPE_WITH that starts the scope,
6003 case DNTT_TYPE_WITH:
6008 * "this" argument, interpreting the DNTT_TYPE_WITH
6259 case DNTT_TYPE_WITH:

Completed in 104 milliseconds