Searched refs:cpp_ideq (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | scan-decls.c | 208 if (cpp_ideq (token, "inline")) 212 else if (cpp_ideq (token, "extern"))
|
H A D | fix-header.c | 504 if (cpp_ideq (name, "errno")) 667 else if (cpp_ideq (t, "_filbuf"))
|
H A D | cpplib.h | 692 extern int cpp_ideq PARAMS ((const cpp_token *,
|
H A D | cpplex.c | 95 cpp_ideq (token, string) in cpp_ideq() function
|
H A D | ChangeLog.5 | 3208 * cpplex.c (cpp_ideq, parse_identifier, cpp_output_token): Update. 3713 * cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
|
H A D | ChangeLog.4 | 14665 (cpp_idcmp): Now cpp_ideq; takes a token * and a char *. 14692 (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
|
H A D | ChangeLog.7 | 10521 cpp_ideq, parse_identifier, parse_number): Similarly.
|
/openbsd/gnu/gcc/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()
|
/openbsd/gnu/gcc/libcpp/include/ |
H A D | cpplib.h | 802 extern int cpp_ideq (const cpp_token *, const char *);
|
/openbsd/gnu/gcc/libcpp/ |
H A D | lex.c | 72 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() function
|