OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:block_copy
(Results
26 - 31
of
31
) sorted by null
1
2
/external/compiler-rt/lib/BlocksRuntime/
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/
AutomaticReferenceCounting.rst
99
provides a ``
Block_copy
`` function which, given a block pointer, either copies
177
``
Block_copy
``.
[
all
...]
LanguageExtensions.rst
[
all
...]
/external/clang/lib/CodeGen/
CGDecl.cpp
[
all
...]
CGObjC.cpp
299
// which we zero out. We don't want to
Block_copy
block receivers,
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
Completed in 167 milliseconds
1
2