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

  /src/external/gpl3/gcc/dist/gcc/
ctfc.h 196 typedef ctf_dvdef_t * ctf_dvdef_ref; typedef
245 typedef ctf_dvdef_ref compare_type;
247 static hashval_t hash (ctf_dvdef_ref);
248 static bool equal (ctf_dvdef_ref, ctf_dvdef_ref);
252 ctfc_dvd_hasher::hash (ctf_dvdef_ref dvd)
258 ctfc_dvd_hasher::equal (ctf_dvdef_ref dvd, ctf_dvdef_ref dvd2)
399 extern ctf_dvdef_ref ctf_dvd_lookup (const ctf_container_ref ctfc,
451 extern int ctfc_get_dvd_srcloc (ctf_dvdef_ref, ctf_srcloc_ref)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ctfc.h 194 typedef ctf_dvdef_t * ctf_dvdef_ref; typedef
243 typedef ctf_dvdef_ref compare_type;
245 static hashval_t hash (ctf_dvdef_ref);
246 static bool equal (ctf_dvdef_ref, ctf_dvdef_ref);
250 ctfc_dvd_hasher::hash (ctf_dvdef_ref dvd)
256 ctfc_dvd_hasher::equal (ctf_dvdef_ref dvd, ctf_dvdef_ref dvd2)
397 extern ctf_dvdef_ref ctf_dvd_lookup (const ctf_container_ref ctfc,
446 extern int ctfc_get_dvd_srcloc (ctf_dvdef_ref, ctf_srcloc_ref)
    [all...]

Completed in 79 milliseconds