Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libcpp/
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()
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()
Ddirectives.c636 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */ in glue_header_name()
/openbsd/src/gnu/usr.bin/gcc/gcc/
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 ' '. */
Dcpplib.h567 extern unsigned int cpp_token_len PARAMS ((const cpp_token *));
Dcpplex.c1351 cpp_token_len (token) in cpp_token_len() function
1450 unsigned int len = cpp_token_len (token);
Dcpplib.c584 len = cpp_token_len (token);
DChangeLog.53713 * cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
DChangeLog.45257 (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
DChangeLog.69229 (cpp_token_len, cpp_spell_token, cpp_output_token,
/openbsd/src/gnu/gcc/libcpp/include/
Dcpplib.h671 extern unsigned int cpp_token_len (const cpp_token *);
/openbsd/src/gnu/gcc/gcc/doc/
Dcppinternals.texi146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
Dcppinternals.info111 `cpp_spell_token' and `cpp_token_len'. These functions are useful when
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dcppinternals.texi146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are