Home
last modified time | relevance | path

Searched refs:DMGL_HP (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
Ddemangle.h56 #define DMGL_HP (1 << 12) /* For the HP aCC compiler; macro
64 #define DMGL_STYLE_MASK (DMGL_AUTO|DMGL_GNU|DMGL_LUCID|DMGL_ARM|DMGL_HP|DMGL_EDG|DMGL_GNU_V3|DMGL_J…
82 hp_demangling = DMGL_HP,
109 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
/external/gcc-demangle/
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_J…
80 hp_demangling = DMGL_HP,
107 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)