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

/external/valgrind/coregrind/m_demangle/
H A Dcp-demangle.c381 d_make_comp (struct d_info *, enum demangle_component_type,
896 d_make_comp (struct d_info *di, enum demangle_component_type type, function
1308 return d_make_comp (di, DEMANGLE_COMPONENT_TYPED_NAME, dc,
1325 dc = d_make_comp (di, DEMANGLE_COMPONENT_TAGGED_NAME, dc, tag);
1371 dc = d_make_comp (di, DEMANGLE_COMPONENT_QUAL_NAME,
1395 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc,
1412 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc,
1534 ret = d_make_comp (di, comb_type, ret, dc);
1568 ret = d_make_comp (di, DEMANGLE_COMPONENT_UNARY, ret,
1805 return d_make_comp (d
[all...]

Completed in 65 milliseconds