Searched refs:_cpp_lex_identifier (Results 1 – 7 of 7) sorted by relevance
718 extern cpp_hashnode *_cpp_lex_identifier (cpp_reader *, const char *);
1579 node = _cpp_lex_identifier (pfile, c->name); in do_pragma_push_macro()2449 cpp_hashnode *node = _cpp_lex_identifier (pfile, c->name); in cpp_pop_definition()
1447 _cpp_lex_identifier (cpp_reader *pfile, const char *name) in _cpp_lex_identifier() function
751 extern cpp_hashnode *_cpp_lex_identifier (cpp_reader *, const char *);
1620 node = _cpp_lex_identifier (pfile, c->name); in do_pragma_push_macro()2586 cpp_hashnode *node = _cpp_lex_identifier (pfile, c->name); in cpp_pop_definition()
2004 _cpp_lex_identifier (cpp_reader *pfile, const char *name) in _cpp_lex_identifier() function
5217 by _cpp_lex_identifier.5219 * internal.h (_cpp_lex_identifier): New prototype.5222 * lex.c (_cpp_lex_identifier): New function.