Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c1001 struct GTY((for_user)) constexpr_call { struct
1018 struct constexpr_call_hasher : ggc_ptr_hash<constexpr_call> argument
1020 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc1056 struct GTY((for_user)) constexpr_call { struct
1073 struct constexpr_call_hasher : ggc_ptr_hash<constexpr_call> argument
1075 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 …]
H A DChangeLog-2018307 * constexpr.c (struct constexpr_call): Rename pretend_const_required
323 * constexpr.c (struct constexpr_call): Add pretend_const_required
H A DChangeLog-20121620 * semantics.c (constexpr_call): Fix typo in comment.
H A DChangeLog-2010728 * semantics.c (constexpr_call): New datatype.
H A DChangeLog-20193594 Reduce constexpr_call memory consumption.