Home
last modified time | relevance | path

Searched refs:do_type (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/lib/libiberty/src/
H A Dcplus-dem.c413 static int do_type (struct work_stuff *, const char **, string *);
655 if (do_type (work, &tem, &type)) in cplus_demangle_opname()
749 if (do_type (work, &tem, &type)) in cplus_demangle_opname()
1351 success = do_type (work, mangled, &s); in demangle_signature()
1391 success = do_type (work, mangled, &tname); in demangle_signature()
1438 success = do_type (work, mangled, &return_type); in demangle_signature()
1607 success = do_type (work, mangled, &temp); in demangle_template_template_parm()
2016 success = do_type (work, mangled, &temp); in demangle_template()
2072 success = do_type (work, mangled, &temp); in demangle_template()
2238 if (!do_type (work, mangled, &arg)) in demangle_arm_hp_template()
[all …]
H A DChangeLog709 demangle_qualified, get_count, do_type, demangle_fund_type,
1900 (do_type): Remove unused variable btype. Add missing string_delete
2225 if do_type() doesn't make any progress --- prevents an infinite
3025 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
3725 (do_type): Use string_append_template_idx.
3752 * cplus-dem.c (do_type): Handle pointer to member types whose
3971 (do_type): Handle template parameters as qualifiers.
4273 (do_type): Use it for references, instead of tk_pointer.
4324 (do_type): Likewise.
4366 (do_type): Likewise. Cast the result of `strlen' to (int) when
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.c76 static struct coff_type *do_type (int);
304 do_type (int i) in do_type() function
562 s->type = do_type (i); in do_define()
H A DChangeLog-91972309 * coffgrok.c (do_type): Handle array dimensions the same way gdb
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.c76 static struct coff_type *do_type (int);
304 do_type (int i) in do_type() function
562 s->type = do_type (i); in do_define()
H A DChangeLog-91972309 * coffgrok.c (do_type): Handle array dimensions the same way gdb
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.0109 (do_type): Remove DMGL_JAVA stuff.
181 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
3052 * cplus-dem.c (do_type): Handle volatile qualification.
4818 (do_type, demangle_fund_type): Handle B and K codes.
8267 (do_type): Remove unused variable `lvl'.
H A DChangeLog.115538 (demangle_template_: Pass the value returned from do_type.
15539 (do_type): Return a type_kind_t. Pass tk_integral to
15666 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
H A DFSFChangeLog.115585 * cplus-dem.c (do_type): Handle `J'.
7960 (do_type, case 'M'): Check for a template as well as a class.
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19922597 * cplus-dem.c (do_type): Qualified names are treated similarly
3692 do_type): Replace conversion code with consume_count().
4121 * cplus-dem.c (do_type): Fix bug with parsing missing return type.
H A DChangeLog-1991710 instance of call to do_type().
3478 (do_type): Add case 'Q'.
H A DChangeLog-19901801 * cplus-dem.c (do_type): Handle "long long" (encoded as 'x').