Searched refs:cpp_token_len (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | macro.c | 381 len = cpp_token_len (token); in stringify_arg() 445 len = cpp_token_len (*plhs) + cpp_token_len (rhs) + 1; in paste_tokens() 1746 len += cpp_token_len (token); in cpp_macro_definition()
|
| H A D | lex.c | 454 unsigned char *buf = XNEWVEC (unsigned char, cpp_token_len (token)); in warn_about_normalization() 1250 cpp_token_len (const cpp_token *token) in cpp_token_len() function 1372 unsigned int len = cpp_token_len (token) + 1; in cpp_token_as_text()
|
| H A D | directives.c | 641 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */ in glue_header_name()
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 684 extern unsigned int cpp_token_len (const cpp_token *);
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | cppinternals.texi | 146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2001 | 9229 (cpp_token_len, cpp_spell_token, cpp_output_token, 22920 * cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
|
| H A D | ChangeLog-2003 | 25356 * cpplex.c (cpp_token_len): Tighten up. 25443 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
|
| H A D | ChangeLog-2000 | 5263 (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
|