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

  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.h 236 void (*destroyer) (struct cmd_list_element *self, void *context) = nullptr; member in struct:cmd_list_element
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.h 233 void (*destroyer) (struct cmd_list_element *self, void *context) = nullptr; member in struct:cmd_list_element
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
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...]
CGDecl.cpp 473 CodeGenFunction::Destroyer *destroyer,
475 : addr(addr), type(type), destroyer(destroyer),
480 CodeGenFunction::Destroyer *destroyer; member in struct:__anon475::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...]
CGClass.cpp 1635 CodeGenFunction::Destroyer *destroyer; member in class:__anon462::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...]
CGObjC.cpp 1593 CodeGenFunction::Destroyer *destroyer; member in struct:__anon508::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...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
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
  /src/external/gpl3/gcc/dist/gcc/cp/
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

Completed in 75 milliseconds