Home | History | Annotate | Download | only in libiberty

Lines Matching refs:btype

2589   int btype;
2594 btype = register_Btype (work);
2618 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
4016 string btype;
4017 string_init (&btype);
4018 if (demangle_class_name (work, mangled, &btype)) {
4019 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
4021 string_appends (result, &btype);
4025 string_delete (&btype);
4030 string btype;
4031 string_init (&btype);
4032 success = demangle_template (work, mangled, &btype, 0, 1, 1);
4033 string_appends (result, &btype);
4034 string_delete (&btype);