Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppmacro.c364 len = cpp_token_len (token);
437 len = cpp_token_len (lhs) + cpp_token_len (rhs) + 1;
1707 len += cpp_token_len (token); /* Includes room for ' '. */
H A Dcpplib.h567 extern unsigned int cpp_token_len PARAMS ((const cpp_token *));
H A Dcpplex.c1351 cpp_token_len (token) in cpp_token_len() function
1450 unsigned int len = cpp_token_len (token);
H A Dcpplib.c584 len = cpp_token_len (token);
H A DChangeLog.45257 (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
H A DChangeLog.53713 * cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
H A DChangeLog.69229 (cpp_token_len, cpp_spell_token, cpp_output_token,
/openbsd-src/gnu/gcc/libcpp/
H A Dmacro.c373 len = cpp_token_len (token); in stringify_arg()
438 len = cpp_token_len (lhs) + cpp_token_len (rhs) + 1; in paste_tokens()
1733 len += cpp_token_len (token); in cpp_macro_definition()
H A Dlex.c442 unsigned char *buf = XNEWVEC (unsigned char, cpp_token_len (token)); in warn_about_normalization()
1220 cpp_token_len (const cpp_token *token) in cpp_token_len() function
1342 unsigned int len = cpp_token_len (token) + 1; in cpp_token_as_text()
H A Ddirectives.c636 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */ in glue_header_name()
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h671 extern unsigned int cpp_token_len (const cpp_token *);
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcppinternals.texi146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
H A Dcppinternals.info111 `cpp_spell_token' and `cpp_token_len'. These functions are useful when