Searched refs:cpp_interpret_charconst (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cpplib.h | 585 cpp_interpret_charconst PARAMS ((cpp_reader *, const cpp_token *,
|
| H A D | c-lex.c | 1063 result = cpp_interpret_charconst (parse_in, token,
|
| H A D | cppexp.c | 603 cppchar_t cc = cpp_interpret_charconst (pfile, token,
|
| H A D | cpplex.c | 1894 cpp_interpret_charconst (pfile, token, pchars_seen, unsignedp) in cpp_interpret_charconst() function
|
| H A D | ChangeLog.7 | 8178 * cpplex.c (cpp_interpret_charconst): Truncate as well as 8297 * cpplex.c (cpp_interpret_charconst): Update. 8406 * cpplex.c (cpp_interpret_charconst): Don't sign-extend 8410 (cpp_interpret_charconst): Update prototype. 8469 * cpplex.c (cpp_interpret_charconst): Sign-extend each 8556 * cpplex.c (cpp_interpret_charconst): Get max_chars right. 8695 cpp_interpret_charconst. Extend from cppchar_t to HOST_WIDE_INT 8704 (cpp_interpret_charconst): Calculate in type cppchar_t. Handle 8710 (cpp_interpret_charconst, cpp_parse_escape): Update prototypes. 11078 cpp_interpret_charconst): Update. [all …]
|
| H A D | ChangeLog.5 | 2821 (cpp_interpret_charconst): Long charconsts issue a warning 2837 (cpp_interpret_charconst): Don't warn here. 3209 (cpp_interpret_charconst): Eliminate warning. 4057 around cpp_interpret_charconst, to which most of the code 4062 (lex): Use cpp_interpret_charconst. 4063 * cpplex.c (parse_escape, read_ucs, cpp_interpret_charconst, 4066 * cpplib.h (cpp_interpret_charconst): New prototype.
|
| H A D | ChangeLog.6 | 4150 * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 687 extern cppchar_t cpp_interpret_charconst (cpp_reader *, const cpp_token *,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-lex.c | 841 result = cpp_interpret_charconst (parse_in, token, in lex_charconst()
|
| /openbsd-src/gnu/gcc/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 | 626 cppchar_t cc = cpp_interpret_charconst (pfile, token, in eval_token()
|