Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c1302 unsigned char *buf = XNEWVEC (unsigned char, cpp_token_len (token)); in warn_about_normalization()
3203 cpp_token_len (const cpp_token *token) in cpp_token_len() function
3343 unsigned int len = cpp_token_len (token) + 1; in cpp_token_as_text()
3561 unsigned int len = cpp_token_len (token) + 2; in cpp_output_line_to_string()
H A Dmacro.c882 len = cpp_token_len (token); in stringify_arg()
948 len = cpp_token_len (*plhs) + cpp_token_len (rhs) + 1; in paste_tokens()
3851 len += cpp_token_len (token); in cpp_macro_definition()
H A Ddirectives.c728 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */ in glue_header_name()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1010 extern unsigned int cpp_token_len (const cpp_token *);
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc932 len = cpp_token_len (token); in stringify_arg()
998 len = cpp_token_len (*plhs) + cpp_token_len (rhs) + 2; in paste_tokens()
4102 len += cpp_token_len (token); in cpp_macro_definition()
H A Dlex.cc1838 unsigned char *buf = XNEWVEC (unsigned char, cpp_token_len (token)); in warn_about_normalization()
4043 cpp_token_len (const cpp_token *token) in cpp_token_len() function
4183 unsigned int len = cpp_token_len (token) + 1; in cpp_token_as_text()
4406 unsigned int len = cpp_token_len (token) + 2; in cpp_output_line_to_string()
H A Ddirectives.cc745 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */ in glue_header_name()
H A DChangeLog5419 * lex.c (cpp_ideq, _cpp_lex_direct, cpp_token_len,
5651 * lex.c (cpp_token_len): Use 6 as default length.
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1092 extern unsigned int cpp_token_len (const cpp_token *);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c110 *buffer_len += (cpp_token_len (token) + 1) * 8; in macro_length()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc110 *buffer_len += (cpp_token_len (token) + 1) * 8; in macro_length()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppinternals.info123 'cpp_spell_token' and 'cpp_token_len'. These functions are useful when
H A Dcppinternals.texi147 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info123 'cpp_spell_token' and 'cpp_token_len'. These functions are useful when
H A Dcppinternals.texi147 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
/netbsd-src/external/gpl3/gcc/dist/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,