HomeSort by relevance Sort by last modified time
    Searched refs:current_demangling_style (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/m_demangle/
demangle.h 63 /* If none of these are set, use 'current_demangling_style' as the default. */
87 } current_demangling_style;
104 #define CURRENT_DEMANGLING_STYLE current_demangling_style
105 #define AUTO_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_AUTO)
106 #define GNU_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_GNU)
107 #define LUCID_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_LUCID)
108 #define ARM_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_ARM)
109 #define HP_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_HP)
110 #define EDG_DEMANGLING (((int) CURRENT_DEMANGLING_STYLE) & DMGL_EDG
    [all...]
cplus-dem.c 69 #undef CURRENT_DEMANGLING_STYLE
70 #define CURRENT_DEMANGLING_STYLE work->options
113 enum demangling_styles current_demangling_style = auto_demangling; variable in typeref:enum:demangling_styles
813 current_demangling_style = style;
814 return current_demangling_style;
868 if (current_demangling_style == no_demangling)
874 work->options |= (int) current_demangling_style & DMGL_STYLE_MASK;
    [all...]

Completed in 2980 milliseconds