Home
last modified time | relevance | path

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

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