Home
last modified time | relevance | path

Searched refs:sub_substitute (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx.h61 boolean_t sub_substitute(const sub_t *, size_t, name_t *);
H A Dcxx_util.c446 sub_substitute(const sub_t *sub, size_t idx, name_t *n) in sub_substitute() function
573 return (sub_substitute(sub, idx, n)); in templ_sub()
H A Dcxx.c4002 CK(sub_substitute(&db->cpp_subs, n, &db->cpp_name)); in sub()