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_char_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h
1031
typedef unsigned int
gfc_char_t
;
typedef
1033
typedef unsigned long
gfc_char_t
;
typedef
1035
typedef unsigned long long
gfc_char_t
;
typedef
1070
gfc_char_t
line[1];
1079
gfc_char_t
*nextc;
2690
gfc_char_t
*string;
3307
bool gfc_wide_is_printable (
gfc_char_t
);
3308
bool gfc_wide_is_digit (
gfc_char_t
);
3309
bool gfc_wide_fits_in_byte (
gfc_char_t
);
3310
gfc_char_t
gfc_wide_tolower (gfc_char_t)
[
all
...]
gfortran.h
1031
typedef unsigned int
gfc_char_t
;
typedef
1033
typedef unsigned long
gfc_char_t
;
typedef
1035
typedef unsigned long long
gfc_char_t
;
typedef
1070
gfc_char_t
line[1];
1079
gfc_char_t
*nextc;
2690
gfc_char_t
*string;
3307
bool gfc_wide_is_printable (
gfc_char_t
);
3308
bool gfc_wide_is_digit (
gfc_char_t
);
3309
bool gfc_wide_fits_in_byte (
gfc_char_t
);
3310
gfc_char_t
gfc_wide_tolower (gfc_char_t)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h
1021
typedef unsigned int
gfc_char_t
;
typedef
1023
typedef unsigned long
gfc_char_t
;
typedef
1025
typedef unsigned long long
gfc_char_t
;
typedef
1060
gfc_char_t
line[1];
1069
gfc_char_t
*nextc;
2600
gfc_char_t
*string;
3187
int gfc_wide_is_printable (
gfc_char_t
);
3188
int gfc_wide_is_digit (
gfc_char_t
);
3189
int gfc_wide_fits_in_byte (
gfc_char_t
);
3190
gfc_char_t
gfc_wide_tolower (gfc_char_t)
[
all
...]
gfortran.h
1021
typedef unsigned int
gfc_char_t
;
typedef
1023
typedef unsigned long
gfc_char_t
;
typedef
1025
typedef unsigned long long
gfc_char_t
;
typedef
1060
gfc_char_t
line[1];
1069
gfc_char_t
*nextc;
2600
gfc_char_t
*string;
3187
int gfc_wide_is_printable (
gfc_char_t
);
3188
int gfc_wide_is_digit (
gfc_char_t
);
3189
int gfc_wide_fits_in_byte (
gfc_char_t
);
3190
gfc_char_t
gfc_wide_tolower (gfc_char_t)
[
all
...]
Completed in 63 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026