OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ffrom
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc
2110
tree fto,
ffrom
;
2115
ffrom
= TYPE_FIELDS (from);
2119
gcc_assert (
ffrom
&& DECL_NAME (fto) == DECL_NAME (
ffrom
));
2122
ffrom
= DECL_CHAIN (
ffrom
);
2125
/* Now add all fields remaining in FROM (starting with
ffrom
). */
2126
for (;
ffrom
;
ffrom
= DECL_CHAIN (
ffrom
))
2102
tree fto,
ffrom
;
local
[
all
...]
trans-types.cc
2110
tree fto,
ffrom
;
2115
ffrom
= TYPE_FIELDS (from);
2119
gcc_assert (
ffrom
&& DECL_NAME (fto) == DECL_NAME (
ffrom
));
2122
ffrom
= DECL_CHAIN (
ffrom
);
2125
/* Now add all fields remaining in FROM (starting with
ffrom
). */
2126
for (;
ffrom
;
ffrom
= DECL_CHAIN (
ffrom
))
2102
tree fto,
ffrom
;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc
2128
tree fto,
ffrom
;
2133
ffrom
= TYPE_FIELDS (from);
2137
gcc_assert (
ffrom
&& DECL_NAME (fto) == DECL_NAME (
ffrom
));
2140
ffrom
= DECL_CHAIN (
ffrom
);
2143
/* Now add all fields remaining in FROM (starting with
ffrom
). */
2144
for (;
ffrom
;
ffrom
= DECL_CHAIN (
ffrom
))
2120
tree fto,
ffrom
;
local
[
all
...]
trans-types.cc
2128
tree fto,
ffrom
;
2133
ffrom
= TYPE_FIELDS (from);
2137
gcc_assert (
ffrom
&& DECL_NAME (fto) == DECL_NAME (
ffrom
));
2140
ffrom
= DECL_CHAIN (
ffrom
);
2143
/* Now add all fields remaining in FROM (starting with
ffrom
). */
2144
for (;
ffrom
;
ffrom
= DECL_CHAIN (
ffrom
))
2120
tree fto,
ffrom
;
local
[
all
...]
Completed in 73 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026