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

  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 11630 gfc_symtree* target_st; local
11642 target_st = gfc_get_tbp_symtree (&ns->tb_sym_root, name);
11646 if (target_st == target->specific_st)
11654 target->specific_st = target_st;
decl.cc 11630 gfc_symtree* target_st; local
11642 target_st = gfc_get_tbp_symtree (&ns->tb_sym_root, name);
11646 if (target_st == target->specific_st)
11654 target->specific_st = target_st;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 11559 gfc_symtree* target_st; local
11571 target_st = gfc_get_tbp_symtree (&ns->tb_sym_root, name);
11575 if (target_st == target->specific_st)
11583 target->specific_st = target_st;
decl.cc 11559 gfc_symtree* target_st; local
11571 target_st = gfc_get_tbp_symtree (&ns->tb_sym_root, name);
11575 if (target_st == target->specific_st)
11583 target->specific_st = target_st;

Completed in 69 milliseconds