Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/include/
H A Ddemangle.h47 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
H A DChangeLog36 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
/freebsd-12.1/contrib/binutils/include/
H A Ddemangle.h47 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
H A DChangeLog208 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
/freebsd-12.1/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c312 |(ret_postfix ? DMGL_RET_POSTFIX : 0));
H A Ddemangle-expected14 # --ret-postfix Passes the DMGL_RET_POSTFIX option
/freebsd-12.1/contrib/binutils/libiberty/
H A Dcp-demangle.c3220 if ((dpi->options & DMGL_RET_POSTFIX) != 0) in d_print_comp()
3245 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()
3249 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()
4223 return d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, &alc); in java_demangle_v3()
4231 DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, in java_demangle_v3_callback()
H A DChangeLog395 the DMGL_RET_POSTFIX option is present.
396 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dcp-demangle.c3069 if ((dpi->options & DMGL_RET_POSTFIX) != 0) in d_print_comp()
3094 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()
3098 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()
4054 demangled = d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, in java_demangle_v3()
H A DChangeLog197 the DMGL_RET_POSTFIX option is present.
198 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle