Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx_util.c493 void *temp = xrealloc(tpl->tpl_ops, tpl->tpl_items, in templ_reserve()
499 tpl->tpl_items = temp; in templ_reserve()
518 sub_fini(&tpl->tpl_items[i]); in templ_fini()
520 xfree(tpl->tpl_ops, tpl->tpl_items, tpl->tpl_size * sizeof (sub_t)); in templ_fini()
532 sub_t *sub = &tpl->tpl_items[tpl->tpl_len++]; in templ_push()
542 sub_t *sub = &tpl->tpl_items[--tpl->tpl_len]; in templ_pop()
551 return (&tpl->tpl_items[tpl->tpl_len - 1]); in templ_top()
H A Dcxx.h66 sub_t *tpl_items; member
H A Dcxx.c174 !sub_empty(&db.cpp_templ.tpl_items[0])) { in cpp_demangle()