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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 9095 struct external_ref
9104 struct external_ref_hasher : free_ptr_hash <external_ref>
9106 static inline hashval_t hash (const external_ref *);
9107 static inline bool equal (const external_ref *, const external_ref *);
9111 external_ref_hasher::hash (const external_ref *r)
9132 external_ref_hasher::equal (const external_ref *r1, const external_ref *r2)
9139 /* Return a pointer to the external_ref for references to DIE. */
9141 static struct external_ref *
9085 struct external_ref struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 9053 struct external_ref
9062 struct external_ref_hasher : free_ptr_hash <external_ref>
9064 static inline hashval_t hash (const external_ref *);
9065 static inline bool equal (const external_ref *, const external_ref *);
9069 external_ref_hasher::hash (const external_ref *r)
9090 external_ref_hasher::equal (const external_ref *r1, const external_ref *r2)
9097 /* Return a pointer to the external_ref for references to DIE. */
9099 static struct external_ref *
9043 struct external_ref struct
    [all...]

Completed in 106 milliseconds