Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h817 extern bool tag_exists_p (enum tree_code, tree);
H A Dc-parser.cc1941 if (tag_exists_p (RECORD_TYPE, name)) in c_parser_declaration_or_fndef()
1950 else if (tag_exists_p (UNION_TYPE, name)) in c_parser_declaration_or_fndef()
1958 else if (tag_exists_p (ENUMERAL_TYPE, name)) in c_parser_declaration_or_fndef()
H A DChangeLog204 (tag_exists_p): Likewise.
5896 * c-decl.c (tag_exists_p): New function.
5899 * c-tree.h (tag_exists_p): Declare.
H A Dc-decl.cc4243 tag_exists_p (enum tree_code code, tree name) in tag_exists_p() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h799 extern bool tag_exists_p (enum tree_code, tree);
H A Dc-parser.c1904 if (tag_exists_p (RECORD_TYPE, name)) in c_parser_declaration_or_fndef()
1913 else if (tag_exists_p (UNION_TYPE, name)) in c_parser_declaration_or_fndef()
1921 else if (tag_exists_p (ENUMERAL_TYPE, name)) in c_parser_declaration_or_fndef()
H A Dc-decl.c4179 tag_exists_p (enum tree_code code, tree name) in tag_exists_p() function