OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_IS_GLOBAL
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/CodeGen/
blocksignature.c
35
BLOCK_IS_GLOBAL
= (1 << 28),
75
printf("desired global flags: %d\n",
BLOCK_IS_GLOBAL
| BLOCK_HAS_OBJC_TYPE);
blockstret.c
44
BLOCK_IS_GLOBAL
= (1 << 28),
89
printf("desired global flags: %d\n", BLOCK_USE_STRET |
BLOCK_IS_GLOBAL
| BLOCK_HAS_OBJC_TYPE);
/external/compiler-rt/test/BlocksRuntime/
byrefsanity.c
37
BLOCK_IS_GLOBAL
= (1 << 28),
/external/compiler-rt/lib/BlocksRuntime/
Block_private.h
56
BLOCK_IS_GLOBAL
= (1 << 28),
runtime.c
308
else if (aBlock->flags &
BLOCK_IS_GLOBAL
) {
476
else if (aBlock->flags &
BLOCK_IS_GLOBAL
) {
/external/clang/lib/CodeGen/
CGBlocks.h
63
BLOCK_IS_GLOBAL
= (1 << 28),
CGBlocks.cpp
157
/// 28.
BLOCK_IS_GLOBAL
- indicates that the block is allocated
[
all
...]
/external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp
58
BLOCK_IS_GLOBAL
= (1 << 28),
[
all
...]
RewriteModernObjC.cpp
60
BLOCK_IS_GLOBAL
= (1 << 28),
[
all
...]
Completed in 536 milliseconds