Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dscan-decls.c208 if (cpp_ideq (token, "inline"))
212 else if (cpp_ideq (token, "extern"))
H A Dfix-header.c504 if (cpp_ideq (name, "errno"))
667 else if (cpp_ideq (t, "_filbuf"))
H A Dcpplib.h692 extern int cpp_ideq PARAMS ((const cpp_token *,
H A Dcpplex.c95 cpp_ideq (token, string) in cpp_ideq() function
H A DChangeLog.53208 * cpplex.c (cpp_ideq, parse_identifier, cpp_output_token): Update.
3713 * cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
H A DChangeLog.414665 (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 DChangeLog.710521 cpp_ideq, parse_identifier, parse_number): Similarly.
/openbsd/gnu/gcc/gcc/
H A Dscan-decls.c212 if (cpp_ideq (token, "inline")) in scan_decls()
216 else if (cpp_ideq (token, "extern")) in scan_decls()
H A Dfix-header.c510 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 Dcpplib.h802 extern int cpp_ideq (const cpp_token *, const char *);
/openbsd/gnu/gcc/libcpp/
H A Dlex.c72 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() function