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_logical_kinds
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc
89
gfc_logical_info
gfc_logical_kinds
[MAX_INT_KINDS + 1];
403
gfc_logical_kinds
[i_index].kind = kind;
404
gfc_logical_kinds
[i_index].bit_size = bitsize;
763
for (i = 0;
gfc_logical_kinds
[i].kind; i++)
764
if (
gfc_logical_kinds
[i].kind == kind)
980
for (index = 0;
gfc_logical_kinds
[index].kind != 0; ++index)
982
type = gfc_build_logical_type (&
gfc_logical_kinds
[index]);
985
gfc_logical_kinds
[index].kind);
88
gfc_logical_info
gfc_logical_kinds
[MAX_INT_KINDS + 1];
variable
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc
88
gfc_logical_info
gfc_logical_kinds
[MAX_INT_KINDS + 1];
402
gfc_logical_kinds
[i_index].kind = kind;
403
gfc_logical_kinds
[i_index].bit_size = bitsize;
757
for (i = 0;
gfc_logical_kinds
[i].kind; i++)
758
if (
gfc_logical_kinds
[i].kind == kind)
968
for (index = 0;
gfc_logical_kinds
[index].kind != 0; ++index)
970
type = gfc_build_logical_type (&
gfc_logical_kinds
[index]);
973
gfc_logical_kinds
[index].kind);
87
gfc_logical_info
gfc_logical_kinds
[MAX_INT_KINDS + 1];
variable
Completed in 79 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026