Searched refs:parse_identifier (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cpplex.c | 72 static cpp_hashnode *parse_identifier PARAMS ((cpp_reader *)); 439 parse_identifier (pfile) in parse_identifier() function 1066 result->val.node = parse_identifier (pfile);
|
| H A D | ChangeLog.6 | 3982 get_effective_char, skip_whitespace, parse_identifier, 11609 * cpplex.c (parse_identifier): Fast-path optimize. Avoid 16263 * cpplex.c (parse_identifier): Update.
|
| H A D | ChangeLog.7 | 10521 cpp_ideq, parse_identifier, parse_number): Similarly. 11076 skip_whitespace, parse_identifier, parse_slow, parse_string, 13373 (parse_identifier): Update to new form of parse_slow.
|
| H A D | ChangeLog.4 | 1147 * cpplex.c (parse_identifier): Improve diagnostic. 8007 (parse_identifier): Was parse_name, new implementation.
|
| 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,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cppinternals.texi | 289 @code{parse_identifier}. In both cases, whether a diagnostic is needed 293 Therefore @code{parse_identifier} makes use of state flags to determine 350 tokens at once; if we did that @code{parse_identifier} would not have
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cppinternals.texi | 289 @code{parse_identifier}. In both cases, whether a diagnostic is needed 293 Therefore @code{parse_identifier} makes use of state flags to determine 350 tokens at once; if we did that @code{parse_identifier} would not have
|
| H A D | cppinternals.info | 249 `parse_identifier'. In both cases, whether a diagnostic is needed or 253 `parse_identifier' makes use of state flags to determine whether a 307 at once; if we did that `parse_identifier' would not have state flags
|