Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_demangle/
Dcp-demangle.c330 d_make_comp (struct d_info *, enum demangle_component_type,
800 d_make_comp (struct d_info *di, enum demangle_component_type type, in d_make_comp() function
1199 return d_make_comp (di, DEMANGLE_COMPONENT_TYPED_NAME, dc, in d_encoding()
1246 dc = d_make_comp (di, DEMANGLE_COMPONENT_QUAL_NAME, in d_name()
1270 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name()
1286 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name()
1397 ret = d_make_comp (di, comb_type, ret, dc); in d_prefix()
1645 return d_make_comp (di, DEMANGLE_COMPONENT_CAST, in d_operator_name()
1763 p = d_make_comp (di, DEMANGLE_COMPONENT_COMPOUND_NAME, p, next); in d_java_resource()
1769 p = d_make_comp (di, DEMANGLE_COMPONENT_JAVA_RESOURCE, p, NULL); in d_java_resource()
[all …]
/external/gcc-demangle/
Dcp-demangle.c317 d_make_comp (struct d_info *, enum demangle_component_type,
778 d_make_comp (struct d_info *di, enum demangle_component_type type, in d_make_comp() function
1161 return d_make_comp (di, DEMANGLE_COMPONENT_TYPED_NAME, dc, in d_encoding()
1208 dc = d_make_comp (di, DEMANGLE_COMPONENT_QUAL_NAME, in d_name()
1232 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name()
1248 dc = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, dc, in d_name()
1349 ret = d_make_comp (di, comb_type, ret, dc); in d_prefix()
1597 return d_make_comp (di, DEMANGLE_COMPONENT_CAST, in d_operator_name()
1715 p = d_make_comp (di, DEMANGLE_COMPONENT_COMPOUND_NAME, p, next); in d_java_resource()
1721 p = d_make_comp (di, DEMANGLE_COMPONENT_JAVA_RESOURCE, p, NULL); in d_java_resource()
[all …]