Lines Matching refs:vtab
6276 /* Figure whether we need the vtab from expr3. */
6491 needs its vtab set correctly, so deduce the required _vtab
6496 gfc_symbol *vtab;
6498 vtab = gfc_find_vtab (&code->expr3->ts);
6499 gcc_assert (vtab);
6500 expr3_vptr = gfc_get_symbol_decl (vtab);
6919 /* The vtab is already known, so just assign it. */
6925 gfc_symbol *vtab;
6931 was not successful. In these rare cases take the vtab
6940 /* Prepare for setting the vtab as declared. */
6943 vtab = gfc_find_vtab (ts);
6944 gcc_assert (vtab);
6946 gfc_get_symbol_decl (vtab));