Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
H A Dmacro.c489 len = cpp_token_len (token); in stringify_arg()
553 len = cpp_token_len (*plhs) + cpp_token_len (rhs) + 1; in paste_tokens()
3123 len += cpp_token_len (token); in cpp_macro_definition()
H A Dlex.c1022 unsigned char *buf = XNEWVEC (unsigned char, cpp_token_len (token)); in warn_about_normalization()
2355 cpp_token_len (const cpp_token *token) in cpp_token_len() function
2483 unsigned int len = cpp_token_len (token) + 1; in cpp_token_as_text()
2688 unsigned int len = cpp_token_len (token) + 2; in cpp_output_line_to_string()
H A Ddirectives.c670 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */ in glue_header_name()
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h749 extern unsigned int cpp_token_len (const cpp_token *);
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dmacro.c717 len = cpp_token_len (token); in stringify_arg()
783 len = cpp_token_len (*plhs) + cpp_token_len (rhs) + 1; in paste_tokens()
3651 len += cpp_token_len (token); in cpp_macro_definition()
H A Dlex.c1302 unsigned char *buf = XNEWVEC (unsigned char, cpp_token_len (token)); in warn_about_normalization()
3170 cpp_token_len (const cpp_token *token) in cpp_token_len() function
3310 unsigned int len = cpp_token_len (token) + 1; in cpp_token_as_text()
3526 unsigned int len = cpp_token_len (token) + 2; in cpp_output_line_to_string()
H A Ddirectives.c736 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */ in glue_header_name()
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h880 extern unsigned int cpp_token_len (const cpp_token *);
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-ada-spec.c118 *buffer_len += (cpp_token_len (token) + 1) * 8; in macro_length()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-ada-spec.c108 *buffer_len += (cpp_token_len (token) + 1) * 8; in macro_length()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcppinternals.texi149 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are