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_union1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc
5331
bool
is_union1
= (ts1->type == BT_UNION);
local
5347
&& !
is_union1
&& !is_union2)
5350
if ((is_derived1 && is_derived2) || (
is_union1
&& is_union2))
/src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc
5150
bool
is_union1
= (ts1->type == BT_UNION);
local
5166
&& !
is_union1
&& !is_union2)
5169
if ((is_derived1 && is_derived2) || (
is_union1
&& is_union2))
Completed in 123 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026