Home
last modified time | relevance | path

Searched refs:get_type_specifier (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.c3297 get_type_specifier (const type_p s) in get_type_specifier() function
3302 return get_type_specifier (s->u.s.lang_struct); in get_type_specifier()
3316 oprintf (out, "%s%s", get_type_specifier (ty), ty->u.s.tag); in write_type_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.cc3324 get_type_specifier (const type_p s) in get_type_specifier() function
3329 return get_type_specifier (s->u.s.lang_struct); in get_type_specifier()
3343 oprintf (out, "%s%s", get_type_specifier (ty), ty->u.s.tag); in write_type_decl()
H A DChangeLog-201214119 (get_type_specifier): Move earlier in the file.
H A DChangeLog-201027073 (get_type_specifier, variable_size_p): New functions.