OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:block_copy
(Results
26 - 37
of
37
) sorted by null
1
2
/external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
33
// Uses of
Block_copy
/Block_release macros are rewritten:
35
// c =
Block_copy
(b);
344
if (MacroName == "
Block_copy
") {
/external/chromium_org/sandbox/mac/
xpc_message_server_unittest.cc
65
demux_block_ =
Block_copy
(demux_block);
/external/compiler-rt/lib/BlocksRuntime/
Block_private.h
168
void (*
Block_copy
)(void *dst, void *src); /* iff BLOCK_HAS_COPY_DISPOSE */
runtime.c
534
In these cases helper functions are synthesized by the compiler for use in
Block_copy
and Block_release, called the copy and dispose helpers. The copy helper emits a call to the C++ const copy constructor for C++ stack based objects and for the rest calls into the runtime support function _Block_object_assign. The dispose helper has a call to the C++ destructor for case 1 and a call into _Block_object_dispose for the rest.
/external/clang/docs/
Block-ABI-Apple.rst
119
``
Block_copy
()`` and ``Block_release()`` operations, in which case the
362
Variables of certain types require helper functions for when ``
Block_copy
()``
376
// helper functions called via
Block_copy
() and Block_release()
552
Because ``Blocks`` referencing ``__block`` variables may have ``
Block_copy
()``
725
``
Block_copy
()`` operation, and the flags work marked with the (1<<26) bit in
[
all
...]
AutomaticReferenceCounting.rst
99
provides a ``
Block_copy
`` function which, given a block pointer, either copies
177
``
Block_copy
``.
[
all
...]
LanguageExtensions.rst
[
all
...]
/external/chromium_org/ui/message_center/cocoa/
popup_collection.mm
149
testingAnimationEndedCallback_.reset(
Block_copy
(callback));
tray_view_controller.mm
394
testingAnimationEndedCallback_.reset(
Block_copy
(callback));
/external/clang/lib/CodeGen/
CGDecl.cpp
[
all
...]
CGObjC.cpp
306
// which we zero out. We don't want to
Block_copy
block receivers,
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
Completed in 1154 milliseconds
1
2