OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Block_release
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGenCXX/
cxx-block-objects.cpp
6
extern "C" void
_Block_release
(const void *aBlock);
24
_Block_release
((const void *)(c));
/external/compiler-rt/lib/BlocksRuntime/
Block.h
47
BLOCK_EXPORT void
_Block_release
(const void *aBlock);
56
#define Block_release(...)
_Block_release
((const void *)(__VA_ARGS__))
runtime.c
445
* _Block_copy,
_Block_release
, and (old) _Block_destroy
459
void
_Block_release
(void *arg) {
495
_Block_release
(aBlock);
/external/clang/test/ARCMT/
Common.h
108
void
_Block_release
(const void *aBlock);
110
#define Block_release(...)
_Block_release
((const void *)(__VA_ARGS__))
Completed in 39 milliseconds