OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_USE_STRET
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
blockstret.c
45
BLOCK_USE_STRET
= (1 << 29),
83
int want = BLOCK_HAS_OBJC_TYPE |
BLOCK_USE_STRET
;
89
printf("desired global flags: %d\n",
BLOCK_USE_STRET
| BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
90
printf("desired stack flags: %d\n",
BLOCK_USE_STRET
| BLOCK_HAS_OBJC_TYPE);
/external/clang/lib/CodeGen/
CGBlocks.h
64
BLOCK_USE_STRET
= (1 << 29),
CGBlocks.cpp
159
/// 29.
BLOCK_USE_STRET
- indicates that the block function
722
if (blockInfo.UsesStret) flags |=
BLOCK_USE_STRET
;
[
all
...]
Completed in 296 milliseconds