Home
last modified time | relevance | path

Searched refs:deltype (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/mail/
H A Dcmdtab.c57 { "dp", { deltype }, W|MSGLIST, 0, MMNDEL },
58 { "dt", { deltype }, W|MSGLIST, 0, MMNDEL },
H A Dextern.h105 int deltype(void *);
H A Dcmd2.c263 deltype(void *v) in deltype() function
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c3260 tree newtype, deltype; in cxx_init_decl_processing() local
3281 deltype = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing()
3284 global_delete_fndecl = push_cp_library_fn (DELETE_EXPR, deltype); in cxx_init_decl_processing()
3285 push_cp_library_fn (VEC_DELETE_EXPR, deltype); in cxx_init_decl_processing()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c7084 tree bad_alloc_type_node, newtype, deltype; in cxx_init_decl_processing() local
7100 deltype = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing()
7103 global_delete_fndecl = push_cp_library_fn (DELETE_EXPR, deltype); in cxx_init_decl_processing()
7104 push_cp_library_fn (VEC_DELETE_EXPR, deltype); in cxx_init_decl_processing()