Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c98 static tree push_cp_library_fn (enum tree_code, tree, int);
4469 tree opnew = push_cp_library_fn (NEW_EXPR, newtype, 0); in cxx_init_decl_processing()
4473 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0); in cxx_init_decl_processing()
4477 tree opdel = push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW); in cxx_init_decl_processing()
4480 opdel = push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW); in cxx_init_decl_processing()
4494 opdel = push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW); in cxx_init_decl_processing()
4497 opdel = push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW); in cxx_init_decl_processing()
4515 opnew = push_cp_library_fn (NEW_EXPR, newtype, 0); in cxx_init_decl_processing()
4519 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0); in cxx_init_decl_processing()
4529 opdel = push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW); in cxx_init_decl_processing()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc102 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 …]
H A DChangeLog-20003480 (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,
H A DChangeLog-20131477 (push_cp_library_fn, build_cp_library_fn): Update to take ECF flags.
1486 (push_cp_library_fn): Likewise.
H A DChangeLog-2011718 * decl.c (push_cp_library_fn): Set attribute to transaction_safe.
H A DChangeLog-2017906 (push_cp_library_fn): Use ovl_op_identifier.