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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 1936 typedef struct equiv_class_label struct
1942 typedef const struct equiv_class_label *const_equiv_class_label_t;
1944 /* Equiv_class_label hashtable helpers. */
1946 struct equiv_class_hasher : nofree_ptr_hash <equiv_class_label>
1948 static inline hashval_t hash (const equiv_class_label *);
1949 static inline bool equal (const equiv_class_label *,
1950 const equiv_class_label *);
1956 equiv_class_hasher::hash (const equiv_class_label *ecl)
1964 equiv_class_hasher::equal (const equiv_class_label *eql1,
1965 const equiv_class_label *eql2
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 1913 typedef struct equiv_class_label struct
1919 typedef const struct equiv_class_label *const_equiv_class_label_t;
1921 /* Equiv_class_label hashtable helpers. */
1923 struct equiv_class_hasher : nofree_ptr_hash <equiv_class_label>
1925 static inline hashval_t hash (const equiv_class_label *);
1926 static inline bool equal (const equiv_class_label *,
1927 const equiv_class_label *);
1933 equiv_class_hasher::hash (const equiv_class_label *ecl)
1941 equiv_class_hasher::equal (const equiv_class_label *eql1,
1942 const equiv_class_label *eql2
    [all...]

Completed in 69 milliseconds