HomeSort by: relevance | last modified time | path
    Searched defs:find_union_component (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc 2479 find_union_component (gfc_symbol *un, const char *name, function
2576 return find_union_component (sym, name, noaccess, ref);
2584 check = find_union_component (p->ts.u.derived, name, noaccess, &tmp);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc 2412 find_union_component (gfc_symbol *un, const char *name, function
2509 return find_union_component (sym, name, noaccess, ref);
2517 check = find_union_component (p->ts.u.derived, name, noaccess, &tmp);

Completed in 32 milliseconds