Symbol: templ_t
usr/src/lib/libdemangle/common/cxx.c
34
templ_t cpp_templ;
usr/src/lib/libdemangle/common/cxx.c
4162
print_templ(const templ_t *tpl, FILE *out)
usr/src/lib/libdemangle/common/cxx.c
4167
const sub_t *s = templ_top((templ_t *)tpl);
usr/src/lib/libdemangle/common/cxx.h
72
void templ_init(templ_t *, sysdem_ops_t *);
usr/src/lib/libdemangle/common/cxx.h
73
void templ_fini(templ_t *);
usr/src/lib/libdemangle/common/cxx.h
74
boolean_t templ_empty(const templ_t *);
usr/src/lib/libdemangle/common/cxx.h
75
size_t templ_top_len(const templ_t *);
usr/src/lib/libdemangle/common/cxx.h
76
boolean_t templ_sub(const templ_t *, size_t, name_t *);
usr/src/lib/libdemangle/common/cxx.h
77
boolean_t templ_save(const name_t *, size_t, templ_t *);
usr/src/lib/libdemangle/common/cxx.h
79
boolean_t templ_push(templ_t *);
usr/src/lib/libdemangle/common/cxx.h
80
void templ_pop(templ_t *);
usr/src/lib/libdemangle/common/cxx.h
81
sub_t *templ_top(templ_t *);
usr/src/lib/libdemangle/common/cxx_util.c
487
templ_reserve(templ_t *tpl, size_t n)
usr/src/lib/libdemangle/common/cxx_util.c
505
templ_init(templ_t *tpl, sysdem_ops_t *ops)
usr/src/lib/libdemangle/common/cxx_util.c
512
templ_fini(templ_t *tpl)
usr/src/lib/libdemangle/common/cxx_util.c
527
templ_push(templ_t *tpl)
usr/src/lib/libdemangle/common/cxx_util.c
538
templ_pop(templ_t *tpl)
usr/src/lib/libdemangle/common/cxx_util.c
547
templ_top(templ_t *tpl)
usr/src/lib/libdemangle/common/cxx_util.c
555
templ_empty(const templ_t *tpl)
usr/src/lib/libdemangle/common/cxx_util.c
561
templ_top_len(const templ_t *tpl)
usr/src/lib/libdemangle/common/cxx_util.c
563
const sub_t *sub = templ_top((templ_t *)tpl);
usr/src/lib/libdemangle/common/cxx_util.c
569
templ_sub(const templ_t *tpl, size_t idx, name_t *n)
usr/src/lib/libdemangle/common/cxx_util.c
571
const sub_t *sub = templ_top((templ_t *)tpl);
usr/src/lib/libdemangle/common/cxx_util.c
577
templ_save(const name_t *n, size_t amt, templ_t *tpl)