Searched refs:constexpr_fundef_hasher (Results 1 – 5 of 5) sorted by relevance
148 struct constexpr_fundef_hasher : ggc_ptr_hash<constexpr_fundef> struct157 static GTY (()) hash_table<constexpr_fundef_hasher> *constexpr_fundef_table;164 constexpr_fundef_hasher::equal (constexpr_fundef *lhs, constexpr_fundef *rhs) in equal()173 constexpr_fundef_hasher::hash (constexpr_fundef *fundef) in hash()912 = hash_table<constexpr_fundef_hasher>::create_ggc (101); in register_constexpr_fundef()1127 if (!constexpr_fundef_hasher::equal (lhs->fundef, rhs->fundef)) in equal()2488 new_call.hash = constexpr_fundef_hasher::hash (new_call.fundef); in cxx_eval_call_expression()
142 struct constexpr_fundef_hasher : ggc_ptr_hash<constexpr_fundef> struct151 static GTY (()) hash_table<constexpr_fundef_hasher> *constexpr_fundef_table;158 constexpr_fundef_hasher::equal (const constexpr_fundef *lhs, in equal()168 constexpr_fundef_hasher::hash (const constexpr_fundef *fundef) in hash()989 = hash_table<constexpr_fundef_hasher>::create_ggc (101); in register_constexpr_fundef()1238 if (!constexpr_fundef_hasher::equal (lhs->fundef, rhs->fundef)) in equal()2740 new_call.hash = constexpr_fundef_hasher::hash (new_call.fundef); in cxx_eval_call_expression()
783 constexpr_fundef_hasher::equal, constexpr_fundef_hasher::hash,
1009 (constexpr_fundef_hasher::equal): Constify.1010 (constexpr_fundef_hasher::hash): Constify.
2626 * constexpr.c (constexpr_fundef_hasher): Inherit from ggc_ptr_hash