OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gfc_wide_fits_in_byte
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc
90
gfc_wide_fits_in_byte
(gfc_char_t c)
function
98
return (
gfc_wide_fits_in_byte
(c) && ((unsigned char) c & ~0x7f) == 0);
104
return (
gfc_wide_fits_in_byte
(c) && ISPRINT ((unsigned char) c));
199
gcc_assert (
gfc_wide_fits_in_byte
(s[i]));
1668
return (
gfc_wide_fits_in_byte
(c) ? (unsigned char) c
1692
return (
gfc_wide_fits_in_byte
(c) ? (unsigned char) c
2505
gcc_assert (
gfc_wide_fits_in_byte
(c));
/src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc
90
gfc_wide_fits_in_byte
(gfc_char_t c)
function
98
return (
gfc_wide_fits_in_byte
(c) && ((unsigned char) c & ~0x7f) == 0);
104
return (
gfc_wide_fits_in_byte
(c) && ISPRINT ((unsigned char) c));
199
gcc_assert (
gfc_wide_fits_in_byte
(s[i]));
1664
return (
gfc_wide_fits_in_byte
(c) ? (unsigned char) c
1688
return (
gfc_wide_fits_in_byte
(c) ? (unsigned char) c
2501
gcc_assert (
gfc_wide_fits_in_byte
(c));
Completed in 53 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026