OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_NEEDS_FREE
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/BlocksRuntime/tests/
byrefsanity.c
33
BLOCK_NEEDS_FREE
= (1 << 24),
/external/compiler-rt/BlocksRuntime/
runtime.c
91
static int _Block_copy_flag =
BLOCK_NEEDS_FREE
;
92
static int _Byref_flag_initial_value =
BLOCK_NEEDS_FREE
| 2;
295
if (aBlock->flags &
BLOCK_NEEDS_FREE
) {
319
result->flags |=
BLOCK_NEEDS_FREE
| 1;
337
flags &= ~(
BLOCK_NEEDS_FREE
|BLOCK_REFCOUNT_MASK); // XXX not needed
406
else if ((src->forwarding->flags &
BLOCK_NEEDS_FREE
) ==
BLOCK_NEEDS_FREE
) {
424
if ((shared_struct->flags &
BLOCK_NEEDS_FREE
) == 0) {
472
else if (aBlock->flags &
BLOCK_NEEDS_FREE
) {
658
if (closure->flags &
BLOCK_NEEDS_FREE
) {
[
all
...]
Block_private.h
52
BLOCK_NEEDS_FREE
= (1 << 24),
/external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp
53
BLOCK_NEEDS_FREE
= (1 << 24),
[
all
...]
RewriteModernObjC.cpp
54
BLOCK_NEEDS_FREE
= (1 << 24),
[
all
...]
Completed in 170 milliseconds