Searched refs:expr_hash_elt_t (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-scopedtables.h | 66 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 D | tree-ssa-scopedtables.c | 54 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 D | tree-ssa-scopedtables.h | 66 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 D | tree-ssa-scopedtables.cc | 54 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 D | ChangeLog-2015 | 16366 from a pair of expr_hash_elt_t to the new class.
|