Searched refs:d_make_comp (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_demangle/ |
D | cp-demangle.c | 396 d_make_comp (struct d_info *, enum demangle_component_type, 955 d_make_comp (struct d_info *di, enum demangle_component_type type, in d_make_comp() function 1356 return d_make_comp (di, DEMANGLE_COMPONENT_TYPED_NAME, dc, in d_encoding() 1378 dc = d_make_comp (di, DEMANGLE_COMPONENT_TAGGED_NAME, dc, tag); in d_abi_tags() 1427 dc = d_make_comp (di, DEMANGLE_COMPONENT_QUAL_NAME, in d_name() 1451 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name() 1468 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name() 1590 ret = d_make_comp (di, comb_type, ret, dc); in d_prefix() 1626 ret = d_make_comp (di, DEMANGLE_COMPONENT_UNARY, ret, in d_unqualified_name() 1870 res = d_make_comp (di, DEMANGLE_COMPONENT_CONVERSION, type, NULL); in d_operator_name() [all …]
|