Home
last modified time | relevance | path

Searched refs:expr_hash_elt_t (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-scopedtables.h66 typedef class expr_hash_elt * expr_hash_elt_t; typedef
142 void record_expr (expr_hash_elt_t, expr_hash_elt_t, char);
156 vec<std::pair<expr_hash_elt_t, expr_hash_elt_t> > m_stack;
H A Dtree-ssa-scopedtables.c54 std::pair<expr_hash_elt_t, expr_hash_elt_t> victim = m_stack.pop (); in pop_to_marker()
95 m_stack.safe_push (std::pair<expr_hash_elt_t, expr_hash_elt_t> (elt1, elt2)); in record_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-scopedtables.h66 typedef class expr_hash_elt * expr_hash_elt_t; typedef
142 void record_expr (expr_hash_elt_t, expr_hash_elt_t, char);
156 vec<std::pair<expr_hash_elt_t, expr_hash_elt_t> > m_stack;
H A Dtree-ssa-scopedtables.cc54 std::pair<expr_hash_elt_t, expr_hash_elt_t> victim = m_stack.pop (); in pop_to_marker()
95 m_stack.safe_push (std::pair<expr_hash_elt_t, expr_hash_elt_t> (elt1, elt2)); in record_expr()
H A DChangeLog-201516366 from a pair of expr_hash_elt_t to the new class.