OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_derived2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc
5330
bool
is_derived2
= (ts2->type == BT_DERIVED);
local
5346
if (!is_derived1 && !
is_derived2
&& !is_class1 && !is_class2
5350
if ((is_derived1 &&
is_derived2
) || (is_union1 && is_union2))
5358
if (is_class1 &&
is_derived2
)
/src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc
5149
bool
is_derived2
= (ts2->type == BT_DERIVED);
local
5165
if (!is_derived1 && !
is_derived2
&& !is_class1 && !is_class2
5169
if ((is_derived1 &&
is_derived2
) || (is_union1 && is_union2))
5177
if (is_class1 &&
is_derived2
)
Completed in 34 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026