Searched refs:cpp_templ (Results 1 – 1 of 1) sorted by relevance
34 templ_t cpp_templ; member173 !templ_empty(&db.cpp_templ) && in cpp_demangle()174 !sub_empty(&db.cpp_templ.tpl_items[0])) { in cpp_demangle()3806 sub_clear(templ_top(&db->cpp_templ)); in parse_template_args()4008 return (templ_empty(&db->cpp_templ) ? B_TRUE : B_FALSE); in tempty()4014 return (templ_top_len(&db->cpp_templ)); in ttlen()4020 CK(templ_sub(&db->cpp_templ, n, &db->cpp_name)); in tsub()4026 CK(templ_push(&db->cpp_templ)); in tpush()4032 templ_pop(&db->cpp_templ); in tpop()4038 CK(templ_save(&db->cpp_name, amt, &db->cpp_templ)); in tsave()[all …]