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

/freebsd-11-stable/contrib/gcclibs/include/
H A Ddemangle.h54 #define DMGL_HP (1 << 12) /* For the HP aCC compiler; macro
62 #define DMGL_STYLE_MASK (DMGL_AUTO|DMGL_GNU|DMGL_LUCID|DMGL_ARM|DMGL_HP|DMGL_EDG|DMGL_GNU_V3|DMGL_JAVA|DMGL_GNAT)
80 hp_demangling = DMGL_HP,
107 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
/freebsd-11-stable/contrib/gdb/include/
H A Ddemangle.h43 #define DMGL_HP (1 << 12) /* For the HP aCC compiler; macro
51 #define DMGL_STYLE_MASK (DMGL_AUTO|DMGL_GNU|DMGL_LUCID|DMGL_ARM|DMGL_HP|DMGL_EDG|DMGL_GNU_V3|DMGL_JAVA|DMGL_GNAT)
69 hp_demangling = DMGL_HP,
96 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
/freebsd-11-stable/contrib/binutils/include/
H A Ddemangle.h54 #define DMGL_HP (1 << 12) /* For the HP aCC compiler; macro
62 #define DMGL_STYLE_MASK (DMGL_AUTO|DMGL_GNU|DMGL_LUCID|DMGL_ARM|DMGL_HP|DMGL_EDG|DMGL_GNU_V3|DMGL_JAVA|DMGL_GNAT)
80 hp_demangling = DMGL_HP,
107 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)

Completed in 212 milliseconds