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

/external/gcc-demangle/
H A Ddemangle.h61 /* If none of these are set, use 'current_demangling_style' as the default. */
85 } current_demangling_style;
102 #define CURRENT_DEMANGLING_STYLE current_demangling_style
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.h63 /* 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
H A Dcplus-dem.c113 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;

Completed in 154 milliseconds