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 - 6
of
6
) sorted by null
/external/compiler-rt/BlocksRuntime/
Block_private.h
104
BLOCK_FIELD_IS_BLOCK
= 7, /* a block variable */
runtime.c
538
*
BLOCK_FIELD_IS_BLOCK
(7), for the case of another Block, and
577
else if ((flags &
BLOCK_FIELD_IS_BLOCK
) ==
BLOCK_FIELD_IS_BLOCK
) {
599
else if ((flags & (
BLOCK_FIELD_IS_BLOCK
|BLOCK_BYREF_CALLER)) ==
BLOCK_FIELD_IS_BLOCK
) {
604
else if ((flags & (BLOCK_FIELD_IS_WEAK|
BLOCK_FIELD_IS_BLOCK
|BLOCK_BYREF_CALLER)) == BLOCK_FIELD_IS_OBJECT) {
/external/clang/lib/CodeGen/
CGBlocks.h
101
BLOCK_FIELD_IS_BLOCK
= 0x07, /* a block variable */
CGBlocks.cpp
[
all
...]
/external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp
42
BLOCK_FIELD_IS_BLOCK
= 7, /* a block variable */
[
all
...]
RewriteModernObjC.cpp
43
BLOCK_FIELD_IS_BLOCK
= 7, /* a block variable */
[
all
...]
Completed in 198 milliseconds