Home
last modified time | relevance | path

Searched refs:gfc_wide_fits_in_byte (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.c89 gfc_wide_fits_in_byte (gfc_char_t c) in gfc_wide_fits_in_byte() function
97 return (gfc_wide_fits_in_byte (c) && ((unsigned char) c & ~0x7f) == 0); in wide_is_ascii()
103 return (gfc_wide_fits_in_byte (c) && ISPRINT ((unsigned char) c)); in gfc_wide_is_printable()
198 gcc_assert (gfc_wide_fits_in_byte (s[i])); in gfc_widechar_to_char()
1616 return (gfc_wide_fits_in_byte (c) ? (unsigned char) c in gfc_next_ascii_char()
1640 return (gfc_wide_fits_in_byte (c) ? (unsigned char) c in gfc_peek_ascii_char()
2455 gcc_assert (gfc_wide_fits_in_byte (c)); in include_stmt()
H A Dscanner.cc90 gfc_wide_fits_in_byte (gfc_char_t c) in gfc_wide_fits_in_byte() function
98 return (gfc_wide_fits_in_byte (c) && ((unsigned char) c & ~0x7f) == 0); in wide_is_ascii()
104 return (gfc_wide_fits_in_byte (c) && ISPRINT ((unsigned char) c)); in gfc_wide_is_printable()
199 gcc_assert (gfc_wide_fits_in_byte (s[i])); in gfc_widechar_to_char()
1664 return (gfc_wide_fits_in_byte (c) ? (unsigned char) c in gfc_next_ascii_char()
1688 return (gfc_wide_fits_in_byte (c) ? (unsigned char) c in gfc_peek_ascii_char()
2501 gcc_assert (gfc_wide_fits_in_byte (c)); in include_stmt()
H A Dgfortran.h3185 int gfc_wide_fits_in_byte (gfc_char_t);
H A Dprimary.c347 if (! gfc_wide_fits_in_byte (c)) in match_hollerith_constant()
H A Dprimary.cc347 if (! gfc_wide_fits_in_byte (c)) in match_hollerith_constant()
H A DChangeLog-20082883 (gfc_wide_is_printable, gfc_wide_is_digit, gfc_wide_fits_in_byte,
2905 * scanner.c (gfc_wide_fits_in_byte, wide_is_ascii,
H A Dmatch.c360 if (!gfc_wide_fits_in_byte (c) in gfc_match_special_char()
H A Dmatch.cc360 if (!gfc_wide_fits_in_byte (c) in gfc_match_special_char()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c89 gfc_wide_fits_in_byte (gfc_char_t c) in gfc_wide_fits_in_byte() function
97 return (gfc_wide_fits_in_byte (c) && ((unsigned char) c & ~0x7f) == 0); in wide_is_ascii()
103 return (gfc_wide_fits_in_byte (c) && ISPRINT ((unsigned char) c)); in gfc_wide_is_printable()
198 gcc_assert (gfc_wide_fits_in_byte (s[i])); in gfc_widechar_to_char()
1616 return (gfc_wide_fits_in_byte (c) ? (unsigned char) c in gfc_next_ascii_char()
1640 return (gfc_wide_fits_in_byte (c) ? (unsigned char) c in gfc_peek_ascii_char()
2455 gcc_assert (gfc_wide_fits_in_byte (c)); in include_stmt()
H A Dgfortran.h2900 int gfc_wide_fits_in_byte (gfc_char_t);
H A Dprimary.c347 if (! gfc_wide_fits_in_byte (c)) in match_hollerith_constant()
H A Dmatch.c360 if (!gfc_wide_fits_in_byte (c) in gfc_match_special_char()