HomeSort by: relevance | last modified time | path
    Searched refs:destroyer (Results 1 - 25 of 25) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
writer.h 80 pgp_writer_destroyer_t *destroyer; /* the writer's destroyer */ member in struct:pgp_writer_t
writer.c 233 if (writer->destroyer) {
234 writer->destroyer(writer);
235 writer->destroyer = NULL;
248 * \param destroyer
249 * \param arg The argument for the writer and destroyer
255 pgp_writer_destroyer_t *destroyer,
263 output->writer.destroyer = destroyer;
276 * \param destroyer
277 * \param arg The argument for the writer and destroyer
    [all...]
crypto.h 232 pgp_reader_destroyer_t *destroyer; member in struct:pgp_reader_t
reader.c 186 * \param destroyer Destroyer to use
192 pgp_reader_destroyer_t *destroyer,
196 stream->readinfo.destroyer = destroyer;
205 * \param destroyer Reader's destroyer
211 pgp_reader_destroyer_t *destroyer,
227 pgp_reader_set(stream, reader, destroyer, vp);
packet-parse.c 3424 if (stream->readinfo.destroyer) {
3425 stream->readinfo.destroyer(&stream->readinfo);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 473 CodeGenFunction::Destroyer *destroyer,
475 : addr(addr), type(type), destroyer(destroyer),
480 CodeGenFunction::Destroyer *destroyer; member in struct:__anon2786::final
488 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
625 CodeGenFunction::Destroyer *destroyer = local
631 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
1974 CodeGenFunction::Destroyer *destroyer = nullptr; local
2136 destroyer, useEHCleanupForArray); local
2157 destroyer, useEHCleanupForArray); local
    [all...]
CGObjC.cpp 1593 CodeGenFunction::Destroyer *destroyer; member in struct:__anon2819::final
1597 CodeGenFunction::Destroyer *destroyer,
1599 : addr(addr), ivar(ivar), destroyer(destroyer),
1605 CGF.emitDestroy(lvalue.getAddress(CGF), ivar->getType(), destroyer,
1634 CodeGenFunction::Destroyer *destroyer = nullptr; local
1639 destroyer = destroyARCStrongWithStore
    [all...]
CGDeclCXX.cpp 847 Address addr, QualType type, Destroyer *destroyer,
867 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
CGClass.cpp 1635 CodeGenFunction::Destroyer *destroyer; member in class:__anon2773::final
1639 DestroyField(const FieldDecl *field, CodeGenFunction::Destroyer *destroyer,
1641 : field(field), destroyer(destroyer),
1652 CGF.emitDestroy(LV.getAddress(CGF), field->getType(), destroyer,
2012 Destroyer *destroyer = destroyCXXObject; local
2014 *destroyer);
    [all...]
CGBlocks.cpp 1049 CodeGenFunction::Destroyer *destroyer; local
1062 destroyer = emitARCIntrinsicUse;
1064 destroyer = destroyARCStrongImprecise;
1066 destroyer = getDestroyer(dtorKind);
1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup);
1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer,
1867 CodeGenFunction::Destroyer *Destroyer =
1874 CGF.pushDestroy(Kind, Field, CaptureType, Destroyer, Kind & EHCleanup)
    [all...]
CodeGenFunction.h 1977 typedef void Destroyer(CodeGenFunction &CGF, Address addr, QualType ty);
1983 Destroyer *destroyer);
1988 Destroyer *destroyer);
1995 Destroyer *destroyer, bool useEHCleanupForArray);
1997 QualType type, Destroyer *destroyer,
2003 void emitDestroy(Address addr, QualType type, Destroyer *destroyer
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.h 236 void (*destroyer) (struct cmd_list_element *self, void *context) = nullptr; member in struct:cmd_list_element
cli-decode.c 1445 if (iter->destroyer)
1446 iter->destroyer (iter, iter->context ());
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.h 241 void (*destroyer) (struct cmd_list_element *self, void *context) = nullptr; member in struct:cmd_list_element
cli-decode.c 1542 if (iter->destroyer)
1543 iter->destroyer (iter, iter->context ());
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-cmd.c 532 cmd->destroyer = cmdpy_destroyer;
  /src/external/gpl3/gdb/dist/gdb/python/
py-cmd.c 576 cmd->destroyer = cmdpy_destroyer;
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-cmd.c 784 cmd->destroyer = cmdscm_destroyer;
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-cmd.c 831 cmd->destroyer = cmdscm_destroyer;
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c 1152 cmd->destroyer = destroy_layout;
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c 1144 cmd->destroyer = destroy_layout;
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 688 /* Map from actor or destroyer to ramp. */
1670 We build empty decls for the actor and destroyer functions at this
1694 D Build and expand the actor and destroyer function bodies.
1695 The destroyer is a trivial shim that sets a bit to indicate that the
4610 morph_fn_to_coro (tree orig, tree *resumer, tree *destroyer)
4615 *destroyer = error_mark_node;
4694 /* Declare the actor and destroyer function. */
5037 /* Put the resumer and destroyer functions in. */
5441 /* Destroyer ... */
5453 *destroyer = destroy
    [all...]
decl.cc 18588 tree resumer = NULL_TREE, destroyer = NULL_TREE;
18627 coro_emit_helpers = morph_fn_to_coro (fndecl, &resumer, &destroyer);
18884 /* Emit the resumer and destroyer functions now, providing that we have
18889 emit_coro_helper (destroyer);
18566 tree resumer = NULL_TREE, destroyer = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 559 /* Map from actor or destroyer to ramp. */
1461 We build empty decls for the actor and destroyer functions at this
1485 D Build and expand the actor and destroyer function bodies.
1486 The destroyer is a trivial shim that sets a bit to indicate that the
4373 morph_fn_to_coro (tree orig, tree *resumer, tree *destroyer)
4378 *destroyer = error_mark_node;
4468 /* Declare the actor and destroyer function. */
4811 /* Put the resumer and destroyer functions in. */
5219 /* Destroyer ... */
5231 *destroyer = destroy
    [all...]
decl.cc 17855 tree resumer = NULL_TREE, destroyer = NULL_TREE;
17891 coro_emit_helpers = morph_fn_to_coro (fndecl, &resumer, &destroyer);
18154 /* Emit the resumer and destroyer functions now, providing that we have
18159 emit_coro_helper (destroyer);
17833 tree resumer = NULL_TREE, destroyer = NULL_TREE; local

Completed in 139 milliseconds