Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c148 struct constexpr_fundef_hasher : ggc_ptr_hash<constexpr_fundef> struct
157 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc142 struct constexpr_fundef_hasher : ggc_ptr_hash<constexpr_fundef> struct
151 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()
H A DChangeLog-2014783 constexpr_fundef_hasher::equal, constexpr_fundef_hasher::hash,
H A DChangeLog-20201009 (constexpr_fundef_hasher::equal): Constify.
1010 (constexpr_fundef_hasher::hash): Constify.
H A DChangeLog-20152626 * constexpr.c (constexpr_fundef_hasher): Inherit from ggc_ptr_hash