Searched refs:constexpr_fundef_table (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c142 static GTY (()) hash_table<constexpr_fundef_hasher> *constexpr_fundef_table; variable
169 if (constexpr_fundef_table == NULL)
173 return constexpr_fundef_table->find (&fundef);
806 if (constexpr_fundef_table == NULL)
807 constexpr_fundef_table
812 slot = constexpr_fundef_table->find_slot (&entry, INSERT);

Completed in 126 milliseconds