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_character_types
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc
100
static GTY(()) tree
gfc_character_types
[MAX_CHARACTER_KINDS + 1];
1017
gfc_character_types
[index] = type;
1020
gfc_character1_type_node =
gfc_character_types
[0];
1105
return index < 0 ? 0 :
gfc_character_types
[index];
99
static GTY(()) tree
gfc_character_types
[MAX_CHARACTER_KINDS + 1];
variable
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc
99
static GTY(()) tree
gfc_character_types
[MAX_CHARACTER_KINDS + 1];
1005
gfc_character_types
[index] = type;
1008
gfc_character1_type_node =
gfc_character_types
[0];
1093
return index < 0 ? 0 :
gfc_character_types
[index];
98
static GTY(()) tree
gfc_character_types
[MAX_CHARACTER_KINDS + 1];
variable
Completed in 56 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026