Searched refs:cpp_ideq (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | scan-decls.c | 212 if (cpp_ideq (token, "inline")) in scan_decls() 216 else if (cpp_ideq (token, "extern")) in scan_decls()
|
| H A D | fix-header.c | 510 if (cpp_ideq (name, "errno")) in recognized_extern() 698 else if (cpp_ideq (t, "_filbuf")) in read_scan_file()
|
| H A D | ChangeLog-2001 | 22415 * cpplex.c (cpp_ideq, parse_identifier, cpp_output_token): Update. 22920 * cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
|
| H A D | ChangeLog-2000 | 14671 (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 D | ChangeLog-2002 | 24968 cpp_ideq, parse_identifier, parse_number): Similarly.
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 815 extern int cpp_ideq (const cpp_token *, const char *);
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | lex.c | 72 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() function
|