Searched refs:tag_exists_p (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 817 extern bool tag_exists_p (enum tree_code, tree);
|
H A D | c-parser.cc | 1941 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 D | ChangeLog | 204 (tag_exists_p): Likewise. 5896 * c-decl.c (tag_exists_p): New function. 5899 * c-tree.h (tag_exists_p): Declare.
|
H A D | c-decl.cc | 4243 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 D | c-tree.h | 799 extern bool tag_exists_p (enum tree_code, tree);
|
H A D | c-parser.c | 1904 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 D | c-decl.c | 4179 tag_exists_p (enum tree_code code, tree name) in tag_exists_p() function
|