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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Ddemangle.exp21 set current_demangling_style none
28 global current_demangling_style
60 set current_demangling_style $style
66 global current_demangling_style
72 if {[string compare $style $current_demangling_style]} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Ddemangle.exp21 set current_demangling_style none
28 global current_demangling_style
60 set current_demangling_style $style
66 global current_demangling_style
72 if {[string compare $style $current_demangling_style]} {
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dcplus-dem.c56 enum demangling_styles current_demangling_style = auto_demangling; variable in typeref:enum:demangling_styles
118 current_demangling_style = style;
119 return current_demangling_style;
156 if (current_demangling_style == no_demangling)
160 options |= (int) current_demangling_style & DMGL_STYLE_MASK;
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dcplus-dem.c56 enum demangling_styles current_demangling_style = auto_demangling; variable in typeref:enum:demangling_styles
118 current_demangling_style = style;
119 return current_demangling_style;
156 if (current_demangling_style == no_demangling)
160 options |= (int) current_demangling_style & DMGL_STYLE_MASK;
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dcplus-dem.c56 enum demangling_styles current_demangling_style = auto_demangling; variable in typeref:enum:demangling_styles
118 current_demangling_style = style;
119 return current_demangling_style;
156 if (current_demangling_style == no_demangling)
160 options |= (int) current_demangling_style & DMGL_STYLE_MASK;
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dcplus-dem.c56 enum demangling_styles current_demangling_style = auto_demangling; variable in typeref:enum:demangling_styles
118 current_demangling_style = style;
119 return current_demangling_style;
156 if (current_demangling_style == no_demangling)
160 options |= (int) current_demangling_style & DMGL_STYLE_MASK;
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dcplus-dem.c56 enum demangling_styles current_demangling_style = auto_demangling; variable in typeref:enum:demangling_styles
118 current_demangling_style = style;
119 return current_demangling_style;
156 if (current_demangling_style == no_demangling)
160 options |= (int) current_demangling_style & DMGL_STYLE_MASK;
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dcplus-dem.c56 enum demangling_styles current_demangling_style = auto_demangling; variable in typeref:enum:demangling_styles
118 current_demangling_style = style;
119 return current_demangling_style;
156 if (current_demangling_style == no_demangling)
160 options |= (int) current_demangling_style & DMGL_STYLE_MASK;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dcxxfilt.c210 switch (current_demangling_style)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dcxxfilt.c210 switch (current_demangling_style)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dcxxfilt.c210 switch (current_demangling_style)
/netbsd-current/external/gpl3/binutils/dist/include/
H A Ddemangle.h61 /* If none of these are set, use 'current_demangling_style' as the default. */
93 } current_demangling_style;
107 #define CURRENT_DEMANGLING_STYLE current_demangling_style
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Ddemangle.h61 /* If none of these are set, use 'current_demangling_style' as the default. */
93 } current_demangling_style;
107 #define CURRENT_DEMANGLING_STYLE current_demangling_style
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Ddemangle.h61 /* If none of these are set, use 'current_demangling_style' as the default. */
93 } current_demangling_style;
107 #define CURRENT_DEMANGLING_STYLE current_demangling_style
/netbsd-current/external/gpl3/gcc/dist/include/
H A Ddemangle.h61 /* If none of these are set, use 'current_demangling_style' as the default. */
93 } current_demangling_style;
107 #define CURRENT_DEMANGLING_STYLE current_demangling_style
/netbsd-current/external/gpl3/gdb/dist/include/
H A Ddemangle.h61 /* If none of these are set, use 'current_demangling_style' as the default. */
93 } current_demangling_style;
107 #define CURRENT_DEMANGLING_STYLE current_demangling_style
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Ddemangle.h61 /* If none of these are set, use 'current_demangling_style' as the default. */
93 } current_demangling_style;
107 #define CURRENT_DEMANGLING_STYLE current_demangling_style
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb-demangle.c96 the current_demangling_style enum value to match.
100 the current_demangling_style_string to match the current_demangling_style
125 current_demangling_style = dem->demangling_style;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb-demangle.c96 the current_demangling_style enum value to match.
100 the current_demangling_style_string to match the current_demangling_style
125 current_demangling_style = dem->demangling_style;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcollect2.c1011 current_demangling_style = auto_demangling;
1465 current_demangling_style = style;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcollect2.cc1005 current_demangling_style = auto_demangling;
1453 current_demangling_style = style;

Completed in 347 milliseconds