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

/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c865 struct GTY((for_user)) constexpr_call {
885 struct constexpr_call_hasher : ggc_hasher<constexpr_call *> struct
887 static hashval_t hash (constexpr_call *);
888 static bool equal (constexpr_call *, constexpr_call *);
898 constexpr_call *call;
928 constexpr_call_hasher::hash (constexpr_call *info)
938 constexpr_call_hasher::equal (constexpr_call *lhs, constexpr_call *rhs)
1022 lookup_parameter_binding (const constexpr_call *cal
[all...]

Completed in 43 milliseconds