Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_demangle/
Ddemangle.h48 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
Dcp-demangle.c5139 if ((options & DMGL_RET_POSTFIX) != 0) in d_print_comp_inner()
5141 options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()
5145 if (d_left (dc) != NULL && (options & DMGL_RET_POSTFIX) != 0) in d_print_comp_inner()
5146 d_print_comp (dpi, options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()
5160 d_print_comp (dpi, options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()
5170 if ((options & DMGL_RET_POSTFIX) == 0) in d_print_comp_inner()
5174 if ((options & DMGL_RET_POSTFIX) == 0) in d_print_comp_inner()
5176 options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()
6501 return d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, &alc); in java_demangle_v3()
6509 DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, in java_demangle_v3_callback()