Home
last modified time | relevance | path

Searched refs:DMGL_RET_POSTFIX (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Ddemangle.h46 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
DChangeLog-0415770 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.
1669 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
/toolchain/binutils/binutils-2.27/libiberty/testsuite/
Dtest-demangle.c318 | (ret_postfix ? DMGL_RET_POSTFIX : 0)
Ddemangle-expected14 # --ret-postfix Passes the DMGL_RET_POSTFIX option
/toolchain/binutils/binutils-2.27/libiberty/
Dcp-demangle.c4874 if ((options & DMGL_RET_POSTFIX) != 0) in d_print_comp_inner()
4876 options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()
4880 if (d_left (dc) != NULL && (options & DMGL_RET_POSTFIX) != 0) in d_print_comp_inner()
4881 d_print_comp (dpi, options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()
4895 d_print_comp (dpi, options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()
4905 if ((options & DMGL_RET_POSTFIX) == 0) in d_print_comp_inner()
4909 if ((options & DMGL_RET_POSTFIX) == 0) in d_print_comp_inner()
4911 options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()
6187 return d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, &alc); in java_demangle_v3()
6195 DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, in java_demangle_v3_callback()
DChangeLog1072 Suppress d_print_mod for DMGL_RET_POSTFIX.
1078 not pass DMGL_RET_POSTFIX or DMGL_RET_DROP. Support DMGL_RET_DROP.
2386 the DMGL_RET_POSTFIX option is present.
2387 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle