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 - 7
of
7
) 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
37
BLOCK_IS_GLOBAL
= (1 << 28),
82
printf("desired global flags: %d\n", BLOCK_USE_STRET |
BLOCK_IS_GLOBAL
| BLOCK_HAS_OBJC_TYPE);
/frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h
49
BLOCK_IS_GLOBAL
= (1 << 28),
runtime.c
309
else if (aBlock->flags &
BLOCK_IS_GLOBAL
) {
477
else if (aBlock->flags &
BLOCK_IS_GLOBAL
) {
/external/clang/lib/CodeGen/
CGBlocks.h
52
BLOCK_IS_GLOBAL
= (1 << 28),
CGBlocks.cpp
129
/// 28.
BLOCK_IS_GLOBAL
- indicates that the block is allocated
840
BlockFlags flags =
BLOCK_IS_GLOBAL
| BLOCK_HAS_SIGNATURE;
[
all
...]
/external/clang/lib/Rewrite/
RewriteObjC.cpp
53
BLOCK_IS_GLOBAL
= (1 << 28),
[
all
...]
Completed in 276 milliseconds