Searched refs:cpp_interpret_charconst (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 700 extern cppchar_t cpp_interpret_charconst (cpp_reader *, const cpp_token *,
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-lex.c | 841 result = cpp_interpret_charconst (parse_in, token, in lex_charconst()
|
| H A D | ChangeLog-2002 | 22625 * cpplex.c (cpp_interpret_charconst): Truncate as well as 22744 * cpplex.c (cpp_interpret_charconst): Update. 22853 * cpplex.c (cpp_interpret_charconst): Don't sign-extend 22857 (cpp_interpret_charconst): Update prototype. 22916 * cpplex.c (cpp_interpret_charconst): Sign-extend each 23003 * cpplex.c (cpp_interpret_charconst): Get max_chars right. 23151 (cpp_interpret_charconst): Calculate in type cppchar_t. Handle 23157 (cpp_interpret_charconst, cpp_parse_escape): Update prototypes. 25525 cpp_interpret_charconst): Update. 30165 * cpplex.c (cpp_interpret_charconst): Get signedness or [all …]
|
| H A D | ChangeLog-2001 | 4150 * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign 22028 (cpp_interpret_charconst): Long charconsts issue a warning 22044 (cpp_interpret_charconst): Don't warn here. 22416 (cpp_interpret_charconst): Eliminate warning. 23264 around cpp_interpret_charconst, to which most of the code 23269 (lex): Use cpp_interpret_charconst. 23270 * cpplex.c (parse_escape, read_ucs, cpp_interpret_charconst, 23273 * cpplib.h (cpp_interpret_charconst): New prototype.
|
| H A D | ChangeLog-2003 | 15642 (cpp_interpret_charconst): Moved here from cpplex.c. Use 15650 (cpp_interpret_charconst): Moved to cppcharset.c. 25444 (_cpp_equiv_tokens, cpp_interpret_charconst): Update. 26056 (cpp_interpret_charconst): No MULTIBYTE_CHARS. 35216 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | charset.c | 1500 cpp_interpret_charconst (cpp_reader *pfile, const cpp_token *token, in cpp_interpret_charconst() function
|
| H A D | expr.c | 629 cppchar_t cc = cpp_interpret_charconst (pfile, token, in eval_token()
|