Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
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-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-200224968 cpp_ideq, parse_identifier, parse_number): Similarly.
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h815 extern int cpp_ideq (const cpp_token *, const char *);
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dlex.c72 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() function