Searched refs:deltype (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/usr.bin/mail/ |
| H A D | cmdtab.c | 75 /* R */ { "dp", deltype, C, CMP(n) W|MSGLIST, 0, MMNDEL }, 76 /* R */ { "dt", deltype, C, CMP(n) W|MSGLIST, 0, MMNDEL },
|
| H A D | extern.h | 78 int deltype(void *);
|
| H A D | cmd2.c | 366 deltype(void *v) in deltype() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 4430 tree newtype, deltype; in cxx_init_decl_processing() local 4467 deltype = cp_build_type_attribute_variant (void_ftype_ptr, extvisattr); in cxx_init_decl_processing() 4468 deltype = build_exception_variant (deltype, empty_except_spec); 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() 4491 deltype = cp_build_type_attribute_variant (void_ftype_ptr_size, in cxx_init_decl_processing() 4493 deltype = build_exception_variant (deltype, empty_except_spec); 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() 4525 deltype = build_function_type_list (void_type_node, ptr_type_node, in cxx_init_decl_processing() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 4673 tree newtype, deltype; in cxx_init_decl_processing() local 4710 deltype = cp_build_type_attribute_variant (void_ftype_ptr, extvisattr); in cxx_init_decl_processing() 4711 deltype = build_exception_variant (deltype, empty_except_spec); 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() 4734 deltype = cp_build_type_attribute_variant (void_ftype_ptr_size, in cxx_init_decl_processing() 4736 deltype = build_exception_variant (deltype, empty_except_spec); 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() 4768 deltype = build_function_type_list (void_type_node, ptr_type_node, in cxx_init_decl_processing() [all …]
|