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

/openbsd-current/gnu/lib/libiberty/src/
H A Dcp-demangle.c291 d_make_comp (struct d_info *, enum demangle_component_type,
696 d_make_comp (struct d_info *di, enum demangle_component_type type, function
1026 return d_make_comp (di, DEMANGLE_COMPONENT_TYPED_NAME, dc,
1069 dc = d_make_comp (di, DEMANGLE_COMPONENT_QUAL_NAME,
1093 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc,
1109 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc,
1198 ret = d_make_comp (di, comb_type, ret, dc);
1401 return d_make_comp (di, DEMANGLE_COMPONENT_CAST,
1462 return d_make_comp (di, DEMANGLE_COMPONENT_VTABLE,
1466 return d_make_comp (d
[all...]

Completed in 125 milliseconds