Searched refs:ref_s (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dsee.c990 struct see_ref_s *ref_s = (struct see_ref_s *)value;
992 if (ref_s->unmerged_def_se_hash)
993 htab_delete (ref_s->unmerged_def_se_hash);
994 if (ref_s->merged_def_se_hash)
995 htab_delete (ref_s->merged_def_se_hash);
996 if (ref_s->use_se_hash)
997 htab_delete (ref_s->use_se_hash);
998 free (ref_s);
3040 struct see_ref_s *ref_s = NULL;
3109 ref_s
989 struct see_ref_s *ref_s = (struct see_ref_s *)value; local
3039 struct see_ref_s *ref_s = NULL; local
[all...]

Completed in 177 milliseconds