Home
last modified time | relevance | path

Searched refs:cpp_token_len (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmacro.c381 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 Dlex.c454 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 Ddirectives.c641 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */ in glue_header_name()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h684 extern unsigned int cpp_token_len (const cpp_token *);
/freebsd-12.1/contrib/gcc/doc/
H A Dcppinternals.texi146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20019229 (cpp_token_len, cpp_spell_token, cpp_output_token,
22920 * cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
H A DChangeLog-200325356 * cpplex.c (cpp_token_len): Tighten up.
25443 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
H A DChangeLog-20005263 (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,