Searched refs:gfc_wide_fits_in_byte (Results 1 – 12 of 12) sorted by relevance
89 gfc_wide_fits_in_byte (gfc_char_t c) in gfc_wide_fits_in_byte() function97 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()
90 gfc_wide_fits_in_byte (gfc_char_t c) in gfc_wide_fits_in_byte() function98 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()
3185 int gfc_wide_fits_in_byte (gfc_char_t);
347 if (! gfc_wide_fits_in_byte (c)) in match_hollerith_constant()
2883 (gfc_wide_is_printable, gfc_wide_is_digit, gfc_wide_fits_in_byte,2905 * scanner.c (gfc_wide_fits_in_byte, wide_is_ascii,
360 if (!gfc_wide_fits_in_byte (c) in gfc_match_special_char()
2900 int gfc_wide_fits_in_byte (gfc_char_t);