Searched refs:constexpr_call (Results 1 – 6 of 6) sorted by relevance
1001 struct GTY((for_user)) constexpr_call { struct1018 struct constexpr_call_hasher : ggc_ptr_hash<constexpr_call> argument1020 static hashval_t hash (constexpr_call *);1021 static bool equal (constexpr_call *, constexpr_call *);1069 constexpr_call *call;1109 constexpr_call_hasher::hash (constexpr_call *info) in hash()1119 constexpr_call_hasher::equal (constexpr_call *lhs, constexpr_call *rhs) in equal()1530 constexpr_call *new_call, in cxx_bind_parameters_in_call()1806 is_std_construct_at (const constexpr_call *call) in is_std_construct_at()1838 is_std_allocator_allocate (const constexpr_call *call) in is_std_allocator_allocate()[all …]
1056 struct GTY((for_user)) constexpr_call { struct1073 struct constexpr_call_hasher : ggc_ptr_hash<constexpr_call> argument1075 static hashval_t hash (constexpr_call *);1076 static bool equal (constexpr_call *, constexpr_call *);1124 constexpr_call *call;1220 constexpr_call_hasher::hash (constexpr_call *info) in hash()1230 constexpr_call_hasher::equal (constexpr_call *lhs, constexpr_call *rhs) in equal()1959 is_std_construct_at (const constexpr_call *call) in is_std_construct_at()1991 is_std_allocator_allocate (const constexpr_call *call) in is_std_allocator_allocate()2388 constexpr_call new_call in cxx_eval_call_expression()[all …]
307 * constexpr.c (struct constexpr_call): Rename pretend_const_required323 * constexpr.c (struct constexpr_call): Add pretend_const_required
1620 * semantics.c (constexpr_call): Fix typo in comment.
728 * semantics.c (constexpr_call): New datatype.
3594 Reduce constexpr_call memory consumption.