Searched refs:cpp_token_len (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | lex.c | 1302 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 D | macro.c | 882 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 D | directives.c | 728 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 D | cpplib.h | 1010 extern unsigned int cpp_token_len (const cpp_token *);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | macro.cc | 932 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 D | lex.cc | 1838 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 D | directives.cc | 745 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */ in glue_header_name()
|
H A D | ChangeLog | 5419 * 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 D | cpplib.h | 1092 extern unsigned int cpp_token_len (const cpp_token *);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ada-spec.c | 110 *buffer_len += (cpp_token_len (token) + 1) * 8; in macro_length()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ada-spec.cc | 110 *buffer_len += (cpp_token_len (token) + 1) * 8; in macro_length()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppinternals.info | 123 'cpp_spell_token' and 'cpp_token_len'. These functions are useful when
|
H A D | cppinternals.texi | 147 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppinternals.info | 123 'cpp_spell_token' and 'cpp_token_len'. These functions are useful when
|
H A D | cppinternals.texi | 147 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
|
/netbsd-src/external/gpl3/gcc/dist/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,
|