/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | charset.c | 169 cppchar_t *cp) in one_utf8_to_cppchar() 174 cppchar_t c; in one_utf8_to_cppchar() 205 cppchar_t n = *inbuf++; in one_utf8_to_cppchar() 228 one_cppchar_to_utf8 (cppchar_t c, uchar **outbufp, size_t *outbytesleftp) in one_cppchar_to_utf8() 283 cppchar_t s = 0; in one_utf8_to_utf32() 309 cppchar_t s; in one_utf32_to_utf8() 340 cppchar_t s = 0; in one_utf8_to_utf16() 373 cppchar_t hi, lo; in one_utf8_to_utf16() 402 cppchar_t s; in one_utf16_to_utf8() 417 cppchar_t hi = s, lo; in one_utf16_to_utf8() [all …]
|
H A D | internal.h | 53 #define BITS_PER_CPPCHAR_T (CHAR_BIT * sizeof (cppchar_t)) 783 cppchar_t previous; 801 cppchar_t *, 810 cppchar_t *cp);
|
H A D | generated_cpp_wcwidth.h | 4 static const cppchar_t wcwidth_range_ends[] = {
|
H A D | lex.c | 55 static void skip_whitespace (cpp_reader *, cppchar_t); 57 static void save_comment (cpp_reader *, cpp_token *, const uchar *, cppchar_t); 1246 skip_whitespace (cpp_reader *pfile, cppchar_t c) in skip_whitespace() 1316 static const cppchar_t utf8_signifier = 0xC0; 1344 cppchar_t s; in forms_identifier_p() 1713 cppchar_t c; in lex_raw_string() 1988 cppchar_t terminator; in lex_string() 2021 cppchar_t c = *cur++; in lex_string() 2138 cppchar_t type) in save_comment() 2717 cppchar_t c; in _cpp_lex_direct() [all …]
|
H A D | directives-only.c | 42 cppchar_t c, last_c; in _cpp_preprocess_dir_only()
|
H A D | init.c | 594 cppchar_t test = 0; in sanity_checks() 626 if (sizeof (cppchar_t) > sizeof (cpp_num_part)) in sanity_checks()
|
H A D | expr.c | 1140 cppchar_t cc = cpp_interpret_charconst (pfile, token, in eval_token()
|
H A D | ucnid.h | 1911 check_nfc (cpp_reader *pfile, cppchar_t c, cppchar_t p) in check_nfc()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | charset.cc | 169 cppchar_t *cp) in one_utf8_to_cppchar() 174 cppchar_t c; in one_utf8_to_cppchar() 205 cppchar_t n = *inbuf++; in one_utf8_to_cppchar() 228 one_cppchar_to_utf8 (cppchar_t c, uchar **outbufp, size_t *outbytesleftp) in one_cppchar_to_utf8() 283 cppchar_t s = 0; in one_utf8_to_utf32() 309 cppchar_t s; in one_utf32_to_utf8() 340 cppchar_t s = 0; in one_utf8_to_utf16() 373 cppchar_t hi, lo; in one_utf8_to_utf16() 402 cppchar_t s; in one_utf16_to_utf8() 417 cppchar_t hi = s, lo; in one_utf16_to_utf8() [all …]
|
H A D | internal.h | 55 #define BITS_PER_CPPCHAR_T (CHAR_BIT * sizeof (cppchar_t)) 808 cppchar_t previous; 826 cppchar_t *, 835 cppchar_t *cp);
|
H A D | generated_cpp_wcwidth.h | 4 static const cppchar_t wcwidth_range_ends[] = {
|
H A D | lex.cc | 55 static void skip_whitespace (cpp_reader *, cppchar_t); 57 static void save_comment (cpp_reader *, cpp_token *, const uchar *, cppchar_t); 1756 skip_whitespace (cpp_reader *pfile, cppchar_t c) in skip_whitespace() 1855 static const cppchar_t utf8_signifier = 0xC0; 1885 cppchar_t s; in forms_identifier_p() 2604 cppchar_t terminator; in lex_string() 2638 cppchar_t c = *cur++; in lex_string() 2774 cppchar_t type) in save_comment() 3527 cppchar_t c; in _cpp_lex_direct() 4005 cppchar_t s; in _cpp_lex_direct() [all …]
|
H A D | init.cc | 611 cppchar_t test = 0; in sanity_checks() 643 if (sizeof (cppchar_t) > sizeof (cpp_num_part)) in sanity_checks()
|
H A D | expr.cc | 1166 cppchar_t cc = cpp_interpret_charconst (pfile, token, in eval_token()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 295 typedef unsigned CPPCHAR_SIGNED_T cppchar_t; typedef 1157 extern cppchar_t cpp_interpret_charconst (cpp_reader *, const cpp_token *, 1174 extern cppchar_t cpp_host_to_exec_charset (cpp_reader *, cppchar_t); 1355 extern cppchar_t cpp_parse_escape (cpp_reader *, const unsigned char ** pstr, 1486 cppchar_t m_ch; 1514 int (*width_cb) (cppchar_t c)) in cpp_char_column_policy() 1524 int (*m_width_cb) (cppchar_t c); 1567 int cpp_wcwidth (cppchar_t c);
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 292 typedef unsigned CPPCHAR_SIGNED_T cppchar_t; typedef 1052 extern cppchar_t cpp_interpret_charconst (cpp_reader *, const cpp_token *, 1069 extern cppchar_t cpp_host_to_exec_charset (cpp_reader *, cppchar_t); 1234 extern cppchar_t cpp_parse_escape (cpp_reader *, const unsigned char ** pstr, 1336 int cpp_wcwidth (cppchar_t c);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 640 cppchar_t c = tok->val.str.text[0]; in c_lex_with_flags() 1440 cppchar_t result; in lex_charconst()
|
H A D | c-common.cc | 6697 cppchar_t uc = ((cppchar_t)c) & ((((cppchar_t)1) << CHAR_BIT)-1); in c_common_to_target_charset()
|
H A D | c-ada-spec.cc | 399 cppchar_t c; in dump_ada_macros()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 587 cppchar_t c = tok->val.str.text[0]; in c_lex_with_flags() 1372 cppchar_t result; in lex_charconst()
|
H A D | c-common.c | 6312 cppchar_t uc = ((cppchar_t)c) & ((((cppchar_t)1) << CHAR_BIT)-1); in c_common_to_target_charset()
|
H A D | c-ada-spec.c | 399 cppchar_t c; in dump_ada_macros()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic-show-locus.cc | 345 int (*width_cb) (cppchar_t c), in char_display_policy() 389 void on_bad_codepoint (const char *ptr, cppchar_t ch, size_t ch_sz); 1047 escape_as_bytes_width (cppchar_t ch) in escape_as_bytes_width() 1079 cppchar_t ch = decoded_ch.m_ch; in escape_as_bytes_print() 1100 escape_as_unicode_width (cppchar_t ch) in escape_as_unicode_width() 1129 cppchar_t ch = decoded_ch.m_ch; in escape_as_unicode_print()
|
H A D | input.cc | 3657 cppchar_t cc = cpp_interpret_charconst (test.m_parser, tok, in test_lexer_char_constants()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 3497 cppchar_t cc = cpp_interpret_charconst (test.m_parser, tok, in test_lexer_char_constants()
|