Home
last modified time | relevance | path

Searched refs:lookup_unsigned_typename (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h1233 extern struct type *lookup_unsigned_typename (char *);
H A Dobjc-exp.y915 { $$ = lookup_unsigned_typename (TYPE_NAME($2.type)); }
H A Dc-exp.y873 { $$ = lookup_unsigned_typename (TYPE_NAME($2.type)); }
H A Dc-exp.c2311 { yyval.tval = lookup_unsigned_typename (TYPE_NAME(yyvsp[0].tsym.type)); }
H A Dobjc-exp.c2316 { yyval.tval = lookup_unsigned_typename (TYPE_NAME(yyvsp[0].tsym.type)); }
H A Dgdbtypes.c1071 lookup_unsigned_typename (char *name) in lookup_unsigned_typename() function
H A DChangeLog-19911704 (lookup_unsigned_typename): Call above.