Home
last modified time | relevance | path

Searched refs:destroyer (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp473 CodeGenFunction::Destroyer *destroyer, in DestroyObject()
475 : addr(addr), type(type), destroyer(destroyer), in DestroyObject()
480 CodeGenFunction::Destroyer *destroyer; member
488 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
625 CodeGenFunction::Destroyer *destroyer = in EmitAutoVarWithLifetime() local
631 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime()
1974 CodeGenFunction::Destroyer *destroyer = nullptr; in emitAutoVarTypeCleanup() local
2001 destroyer = CodeGenFunction::destroyARCStrongImprecise; in emitAutoVarTypeCleanup()
2008 destroyer = CodeGenFunction::destroyNonTrivialCStruct; in emitAutoVarTypeCleanup()
2019 if (!destroyer) destroyer = getDestroyer(dtorKind); in emitAutoVarTypeCleanup()
[all …]
H A DCGClass.cpp1635 CodeGenFunction::Destroyer *destroyer; member in __anonb72786c90411::DestroyField
1639 DestroyField(const FieldDecl *field, CodeGenFunction::Destroyer *destroyer, in DestroyField() argument
1641 : field(field), destroyer(destroyer), in DestroyField()
1652 CGF.emitDestroy(LV.getAddress(CGF), field->getType(), destroyer, in Emit()
2012 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall() local
2014 *destroyer); in EmitCXXAggrConstructorCall()
H A DCGObjC.cpp1593 CodeGenFunction::Destroyer *destroyer; member
1597 CodeGenFunction::Destroyer *destroyer, in DestroyIvar()
1599 : addr(addr), ivar(ivar), destroyer(destroyer), in DestroyIvar()
1605 CGF.emitDestroy(lvalue.getAddress(CGF), ivar->getType(), destroyer, in Emit()
1634 CodeGenFunction::Destroyer *destroyer = nullptr; in emitCXXDestructMethod() local
1639 destroyer = destroyARCStrongWithStore; in emitCXXDestructMethod()
1643 destroyer = CGF.getDestroyer(dtorKind); in emitCXXDestructMethod()
1648 CGF.EHStack.pushCleanup<DestroyIvar>(cleanupKind, self, ivar, destroyer, in emitCXXDestructMethod()
H A DCGBlocks.cpp1049 CodeGenFunction::Destroyer *destroyer; in EmitBlockLiteral() local
1062 destroyer = emitARCIntrinsicUse; in EmitBlockLiteral()
1064 destroyer = destroyARCStrongImprecise; in EmitBlockLiteral()
1066 destroyer = getDestroyer(dtorKind); in EmitBlockLiteral()
1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
H A DCGDeclCXX.cpp847 Address addr, QualType type, Destroyer *destroyer, in generateDestroyHelper() argument
867 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
H A DCodeGenFunction.h1983 Destroyer *destroyer);
1988 Destroyer *destroyer);
1995 Destroyer *destroyer, bool useEHCleanupForArray);
1997 QualType type, Destroyer *destroyer,
2003 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
2006 Destroyer *destroyer,
2011 Destroyer *destroyer,
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dwriter.c233 if (writer->destroyer) { in pgp_writer_info_delete()
234 writer->destroyer(writer); in pgp_writer_info_delete()
235 writer->destroyer = NULL; in pgp_writer_info_delete()
255 pgp_writer_destroyer_t *destroyer, in pgp_writer_set() argument
263 output->writer.destroyer = destroyer; in pgp_writer_set()
283 pgp_writer_destroyer_t *destroyer, in pgp_writer_push() argument
298 output->writer.destroyer = destroyer; in pgp_writer_push()
316 if (output->writer.destroyer) { in pgp_writer_pop()
317 output->writer.destroyer(&output->writer); in pgp_writer_pop()
H A Dwriter.h80 pgp_writer_destroyer_t *destroyer; /* the writer's destroyer */ member
H A Dcrypto.h232 pgp_reader_destroyer_t *destroyer; member
H A Dreader.c192 pgp_reader_destroyer_t *destroyer, in pgp_reader_set() argument
196 stream->readinfo.destroyer = destroyer; in pgp_reader_set()
211 pgp_reader_destroyer_t *destroyer, in pgp_reader_push() argument
227 pgp_reader_set(stream, reader, destroyer, vp); in pgp_reader_push()
H A Dpacket-parse.c3424 if (stream->readinfo.destroyer) { in pgp_stream_delete()
3425 stream->readinfo.destroyer(&stream->readinfo); in pgp_stream_delete()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc4373 morph_fn_to_coro (tree orig, tree *resumer, tree *destroyer) in morph_fn_to_coro() argument
4378 *destroyer = error_mark_node; in morph_fn_to_coro()
5231 *destroyer = destroy; in morph_fn_to_coro()
H A Ddecl.cc17827 tree resumer = NULL_TREE, destroyer = NULL_TREE; in finish_function() local
17863 coro_emit_helpers = morph_fn_to_coro (fndecl, &resumer, &destroyer); in finish_function()
18131 emit_coro_helper (destroyer); in finish_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc4331 morph_fn_to_coro (tree orig, tree *resumer, tree *destroyer) in morph_fn_to_coro() argument
4336 *destroyer = error_mark_node; in morph_fn_to_coro()
5342 *destroyer = destroy; in morph_fn_to_coro()
H A Ddecl.c17004 tree resumer = NULL_TREE, destroyer = NULL_TREE; in finish_function() local
17040 coro_emit_helpers = morph_fn_to_coro (fndecl, &resumer, &destroyer); in finish_function()
17300 emit_coro_helper (destroyer); in finish_function()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-200912591 (add_cmd): Initialize destroyer member of cmd_list_element. Use
12593 (delete_cmd): Call destroyer if one is set.
12595 completer member. Add destroyer member.
H A DChangeLog-20191559 (do_add_internal_function): Don't set destroyer or copy name.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-200912591 (add_cmd): Initialize destroyer member of cmd_list_element. Use
12593 (delete_cmd): Call destroyer if one is set.
12595 completer member. Add destroyer member.
H A DChangeLog-20191559 (do_add_internal_function): Don't set destroyer or copy name.
/netbsd-src/share/dict/
H A Dweb2a957 all-destroyer
13358 commerce destroyer
16390 destroyer escort
16391 destroyer leader
24730 germ destroyer
51636 self-destroyer
65714 torpedo-boat destroyer
H A Dweb252188 destroyer
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dbib1840 …o side posts, the LORD will pass over the door, and will not suffer the destroyer to come in unto …
6974 …for they said, Our god hath delivered into our hands our enemy, and the destroyer of our country, …
13225 A dreadful sound is in his ears: in prosperity the destroyer shall come upon him.
14108 Concerning the works of men, by the word of thy lips I have kept me from the paths of the destroyer.
17221 … father or his mother, and saith, It is no transgression; the same is the companion of a destroyer.
19035 The lion is come up from his thicket, and the destroyer of the Gentiles is on his way; he is gone f…
28578 Neither murmur ye, as some of them also murmured, and were destroyed of the destroyer.
/netbsd-src/games/fortune/datfiles/
H A Dfortunes236525 Scotty, back in orbit, is attacked by a Klingon destroyer and must
49398 War is an equal opportunity destroyer.