Searched refs:c_typespec (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dc-tree.h188 struct c_typespec { struct
498 extern struct c_typespec parser_xref_tag (enum tree_code, tree);
516 struct c_typespec);
H A Dc-parser.c1055 static struct c_typespec c_parser_enum_specifier (c_parser *);
1056 static struct c_typespec c_parser_struct_or_union_specifier (c_parser *);
1058 static struct c_typespec c_parser_typeof_specifier (c_parser *);
1696 struct c_typespec t;
1859 static struct c_typespec
1862 struct c_typespec ret;
1988 static struct c_typespec
1991 struct c_typespec ret;
2276 static struct c_typespec
2279 struct c_typespec re
[all...]
H A Dc-decl.c5838 Return a c_typespec structure for the type specifier. */
5840 struct c_typespec
5843 struct c_typespec ret;
8381 declspecs_add_type (struct c_declspecs *specs, struct c_typespec spec)

Completed in 70 milliseconds