Searched refs:tag_exists_p (Results 1 – 3 of 3) sorted by relevance
759 extern bool tag_exists_p (enum tree_code, tree);
1790 if (tag_exists_p (RECORD_TYPE, name)) in c_parser_declaration_or_fndef()1799 else if (tag_exists_p (UNION_TYPE, name)) in c_parser_declaration_or_fndef()1807 else if (tag_exists_p (ENUMERAL_TYPE, name)) in c_parser_declaration_or_fndef()
3949 tag_exists_p (enum tree_code code, tree name) in tag_exists_p() function