HomeSort by: relevance | last modified time | path
    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