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

  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 6836 that an overriding typebound procedure has not been missed. */
15296 gfc_symtree* overriding; local
15297 overriding = gfc_find_typebound_proc (sub, NULL, st->name, true, NULL);
15298 if (!overriding)
15300 gcc_assert (overriding->n.tb);
15301 if (overriding->n.tb->deferred)
15318 DEFERRED, look it up starting from sub and see if the found (overriding)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 6514 that an overriding typebound procedure has not been missed. */
14498 gfc_symtree* overriding; local
14499 overriding = gfc_find_typebound_proc (sub, NULL, st->name, true, NULL);
14500 if (!overriding)
14502 gcc_assert (overriding->n.tb);
14503 if (overriding->n.tb->deferred)
14520 DEFERRED, look it up starting from sub and see if the found (overriding)

Completed in 29 milliseconds