Searched refs:push_cp_library_fn (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | decl.cc | 102 static tree push_cp_library_fn (enum tree_code, tree, int); 4712 tree opnew = push_cp_library_fn (NEW_EXPR, newtype, 0); in cxx_init_decl_processing() 4716 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0); in cxx_init_decl_processing() 4720 tree opdel = push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW); in cxx_init_decl_processing() 4723 opdel = push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW); in cxx_init_decl_processing() 4737 opdel = push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW); in cxx_init_decl_processing() 4740 opdel = push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW); in cxx_init_decl_processing() 4758 opnew = push_cp_library_fn (NEW_EXPR, newtype, 0); in cxx_init_decl_processing() 4762 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0); in cxx_init_decl_processing() 4772 opdel = push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW); in cxx_init_decl_processing() [all …]
|
| D | ChangeLog-2000 | 3480 (push_cp_library_fn): Likewise. 3493 (init_decl_processing): Adjust parameters to push_cp_library_fn. 3498 (push_cp_library_fn): Likewise. 5544 build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
|
| D | ChangeLog-2013 | 1477 (push_cp_library_fn, build_cp_library_fn): Update to take ECF flags. 1486 (push_cp_library_fn): Likewise.
|
| D | ChangeLog-2011 | 718 * decl.c (push_cp_library_fn): Set attribute to transaction_safe.
|
| D | ChangeLog-2017 | 906 (push_cp_library_fn): Use ovl_op_identifier.
|