Home
last modified time | relevance | path

Searched refs:cppchar_t (Results 1 – 25 of 42) sorted by relevance

12

/openbsd-src/gnu/gcc/libcpp/
H A Dcharset.c170 cppchar_t *cp) in one_utf8_to_cppchar()
175 cppchar_t c; in one_utf8_to_cppchar()
206 cppchar_t n = *inbuf++; in one_utf8_to_cppchar()
229 one_cppchar_to_utf8 (cppchar_t c, uchar **outbufp, size_t *outbytesleftp) in one_cppchar_to_utf8()
284 cppchar_t s = 0; in one_utf8_to_utf32()
310 cppchar_t s; in one_utf32_to_utf8()
341 cppchar_t s = 0; in one_utf8_to_utf16()
374 cppchar_t hi, lo; in one_utf8_to_utf16()
403 cppchar_t s; in one_utf16_to_utf8()
418 cppchar_t hi = s, lo; in one_utf16_to_utf8()
[all …]
H A Dinternal.h53 #define BITS_PER_CPPCHAR_T (CHAR_BIT * sizeof (cppchar_t))
586 cppchar_t previous;
600 extern cppchar_t _cpp_valid_ucn (cpp_reader *, const unsigned char **,
H A Dlex.c55 static void skip_whitespace (cpp_reader *, cppchar_t);
57 static void save_comment (cpp_reader *, cpp_token *, const uchar *, cppchar_t);
386 skip_whitespace (cpp_reader *pfile, cppchar_t c) in skip_whitespace()
612 cppchar_t terminator; in lex_string()
628 cppchar_t c = *cur++; in lex_string()
660 cppchar_t type) in save_comment()
872 cppchar_t c; in _cpp_lex_direct()
1447 cppchar_t c; in cpp_avoid_paste()
H A Dinit.c400 cppchar_t test = 0; in sanity_checks()
432 if (sizeof (cppchar_t) > sizeof (cpp_num_part)) in sanity_checks()
H A Dexpr.c626 cppchar_t cc = cpp_interpret_charconst (pfile, token, in eval_token()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplex.c65 static cppchar_t skip_escaped_newlines PARAMS ((cpp_reader *));
66 static cppchar_t get_effective_char PARAMS ((cpp_reader *));
71 static int skip_whitespace PARAMS ((cpp_reader *, cppchar_t));
77 static void parse_string PARAMS ((cpp_reader *, cpp_token *, cppchar_t));
80 cppchar_t));
84 const unsigned char *, cppchar_t *));
135 cppchar_t from_char = buffer->cur[1];
168 static cppchar_t
173 cppchar_t next = buffer->cur[-1];
179 cppchar_t next1;
[all …]
H A Dcpplib.h208 typedef unsigned CPPCHAR_SIGNED_T cppchar_t; typedef
584 extern cppchar_t
702 extern cppchar_t cpp_parse_escape PARAMS ((cpp_reader *,
H A Dc-lex.c961 cppchar_t c;
1058 cppchar_t result;
H A Dcpphash.h37 #define BITS_PER_CPPCHAR_T (CHAR_BIT * sizeof (cppchar_t))
H A Dcppinit.c908 cppchar_t test = 0;
939 if (sizeof (cppchar_t) > sizeof (cpp_num_part))
H A Dcppexp.c603 cppchar_t cc = cpp_interpret_charconst (pfile, token,
H A Dcpplib.c756 cppchar_t c;
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h239 typedef unsigned CPPCHAR_SIGNED_T cppchar_t; typedef
687 extern cppchar_t cpp_interpret_charconst (cpp_reader *, const cpp_token *,
698 extern cppchar_t cpp_host_to_exec_charset (cpp_reader *, cppchar_t);
811 extern cppchar_t cpp_parse_escape (cpp_reader *, const unsigned char ** pstr,
/openbsd-src/gnu/gcc/gcc/
H A Dc-lex.c439 cppchar_t c = tok->val.str.text[0]; in c_lex_with_flags()
836 cppchar_t result; in lex_charconst()
H A Dc-common.c6019 cppchar_t uc = ((cppchar_t)c) & ((((cppchar_t)1) << CHAR_BIT)-1); in c_common_to_target_charset()
/openbsd-src/gnu/gcc/libcpp/po/
H A Dzh_CN.po601 msgid "cppchar_t must be an unsigned type"
602 msgstr "cppchar_t 必须是无符号型"
H A Dzh_TW.po603 msgid "cppchar_t must be an unsigned type"
604 msgstr "cppchar_t 必須是無號類型"
H A Dsv.po603 msgid "cppchar_t must be an unsigned type"
604 msgstr "cppchar_t m�ste vare en teckenl�s typ"
H A Dnl.po619 msgid "cppchar_t must be an unsigned type"
620 msgstr "cppchar_t moet een tekenloos type zijn"
H A Dtr.po602 msgid "cppchar_t must be an unsigned type"
603 msgstr "cppchar_t bir usigned tür olmalı"
H A Dca.po605 msgid "cppchar_t must be an unsigned type"
606 msgstr "cppchar_t ha de ser d'un tipus unsigned"
H A Dcpplib.pot611 msgid "cppchar_t must be an unsigned type"
H A Dvi.po601 msgid "cppchar_t must be an unsigned type"
602 msgstr "« cppchar_t » phải là kiểu không có dấu dương/âm"
H A Dbe.po602 msgid "cppchar_t must be an unsigned type"
H A Del.po630 msgid "cppchar_t must be an unsigned type"

12