Searched refs:cpp_spell_token (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dmacro.c407 len = cpp_spell_token (pfile, token, buf, true) - buf;
412 dest = cpp_spell_token (pfile, token, dest, true);
447 end = lhsend = cpp_spell_token (pfile, *plhs, buf, false);
455 end = cpp_spell_token (pfile, rhs, end, false);
1820 buffer = cpp_spell_token (pfile, token, buffer, false);
H A Dlex.c457 sz = cpp_spell_token (pfile, token, buf, false) - buf;
1306 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, function
1375 end = cpp_spell_token (pfile, token, start, false);
1390 Separated from cpp_spell_token for efficiency - to avoid stdio
H A Ddirectives.c651 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len],
/freebsd-12-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h686 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
/freebsd-12-stable/contrib/gcc/
H A Dc-lex.c432 *cpp_spell_token (parse_in, tok, name, true) = 0;

Completed in 199 milliseconds