Home
last modified time | relevance | path

Searched refs:cpp_ideq (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1223 extern int cpp_ideq (const cpp_token *, const char *);
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1223 extern int cpp_ideq (const cpp_token *, const char *);
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dlex.c73 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() function
H A Dlex.cc73 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() function
H A DChangeLog5404 * lex.c (cpp_ideq, _cpp_lex_direct, cpp_token_len,
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c73 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() function
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200014671 (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
14698 (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
H A DChangeLog-200122415 * cpplex.c (cpp_ideq, parse_identifier, cpp_output_token): Update.
22920 * cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
H A DChangeLog-200224968 cpp_ideq, parse_identifier, parse_number): Similarly.