OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_FIELD_IS_BLOCK
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h
97
BLOCK_FIELD_IS_BLOCK
= 7, /* a block variable */
runtime.c
539
*
BLOCK_FIELD_IS_BLOCK
(7), for the case of another Block, and
578
else if ((flags &
BLOCK_FIELD_IS_BLOCK
) ==
BLOCK_FIELD_IS_BLOCK
) {
600
else if ((flags & (
BLOCK_FIELD_IS_BLOCK
|BLOCK_BYREF_CALLER)) ==
BLOCK_FIELD_IS_BLOCK
) {
605
else if ((flags & (BLOCK_FIELD_IS_WEAK|
BLOCK_FIELD_IS_BLOCK
|BLOCK_BYREF_CALLER)) == BLOCK_FIELD_IS_OBJECT) {
/external/clang/lib/CodeGen/
CGBlocks.h
85
BLOCK_FIELD_IS_BLOCK
= 0x07, /* a block variable */
CGBlocks.cpp
[
all
...]
/external/clang/lib/Rewrite/
RewriteObjC.cpp
38
BLOCK_FIELD_IS_BLOCK
= 7, /* a block variable */
[
all
...]
Completed in 48 milliseconds