Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx.h70 } templ_t; typedef
72 void templ_init(templ_t *, sysdem_ops_t *);
73 void templ_fini(templ_t *);
74 boolean_t templ_empty(const templ_t *);
75 size_t templ_top_len(const templ_t *);
76 boolean_t templ_sub(const templ_t *, size_t, name_t *);
77 boolean_t templ_save(const name_t *, size_t, templ_t *);
79 boolean_t templ_push(templ_t *);
80 void templ_pop(templ_t *);
81 sub_t *templ_top(templ_t *);
H A Dcxx_util.c487 templ_reserve(templ_t *tpl, size_t n) in templ_reserve()
505 templ_init(templ_t *tpl, sysdem_ops_t *ops) in templ_init()
512 templ_fini(templ_t *tpl) in templ_fini()
527 templ_push(templ_t *tpl) in templ_push()
538 templ_pop(templ_t *tpl) in templ_pop()
547 templ_top(templ_t *tpl) in templ_top()
555 templ_empty(const templ_t *tpl) in templ_empty()
561 templ_top_len(const templ_t *tpl) in templ_top_len()
563 const sub_t *sub = templ_top((templ_t *)tpl); in templ_top_len()
569 templ_sub(const templ_t *tpl, size_t idx, name_t *n) in templ_sub()
[all …]
H A Dcxx.c34 templ_t cpp_templ;
4162 print_templ(const templ_t *tpl, FILE *out) in print_templ()
4167 const sub_t *s = templ_top((templ_t *)tpl); in print_templ()