Searched refs:cpp_token_len (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cppmacro.c | 364 len = cpp_token_len (token); 437 len = cpp_token_len (lhs) + cpp_token_len (rhs) + 1; 1707 len += cpp_token_len (token); /* Includes room for ' '. */
|
| H A D | cpplib.h | 567 extern unsigned int cpp_token_len PARAMS ((const cpp_token *));
|
| H A D | cpplex.c | 1351 cpp_token_len (token) in cpp_token_len() function 1450 unsigned int len = cpp_token_len (token);
|
| H A D | cpplib.c | 584 len = cpp_token_len (token);
|
| H A D | ChangeLog.4 | 5257 (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
|
| H A D | ChangeLog.5 | 3713 * cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
|
| H A D | ChangeLog.6 | 9229 (cpp_token_len, cpp_spell_token, cpp_output_token,
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | macro.c | 373 len = cpp_token_len (token); in stringify_arg() 438 len = cpp_token_len (lhs) + cpp_token_len (rhs) + 1; in paste_tokens() 1733 len += cpp_token_len (token); in cpp_macro_definition()
|
| H A D | lex.c | 442 unsigned char *buf = XNEWVEC (unsigned char, cpp_token_len (token)); in warn_about_normalization() 1220 cpp_token_len (const cpp_token *token) in cpp_token_len() function 1342 unsigned int len = cpp_token_len (token) + 1; in cpp_token_as_text()
|
| H A D | directives.c | 636 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */ in glue_header_name()
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 671 extern unsigned int cpp_token_len (const cpp_token *);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cppinternals.texi | 146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cppinternals.texi | 146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
|
| H A D | cppinternals.info | 111 `cpp_spell_token' and `cpp_token_len'. These functions are useful when
|