Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:btype

2683   int btype;
2688 btype = register_Btype (work);
2712 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
4144 string btype;
4145 string_init (&btype);
4146 if (demangle_class_name (work, mangled, &btype)) {
4147 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
4149 string_appends (result, &btype);
4153 string_delete (&btype);
4158 string btype;
4159 string_init (&btype);
4160 success = demangle_template (work, mangled, &btype, 0, 1, 1);
4161 string_appends (result, &btype);
4162 string_delete (&btype);