OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_FIELD_IS_BYREF
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h
98
BLOCK_FIELD_IS_BYREF
= 8, /* the on stack structure holding the __block variable */
105
/*
BLOCK_FIELD_IS_BYREF
is only used from within block copy helpers */
runtime.c
381
bool isWeak = ((flags & (
BLOCK_FIELD_IS_BYREF
|BLOCK_FIELD_IS_WEAK)) == (
BLOCK_FIELD_IS_BYREF
|BLOCK_FIELD_IS_WEAK));
540
*
BLOCK_FIELD_IS_BYREF
(8), for the case of a __block variable.
572
else if ((flags &
BLOCK_FIELD_IS_BYREF
) ==
BLOCK_FIELD_IS_BYREF
) {
596
if (flags &
BLOCK_FIELD_IS_BYREF
) {
/external/clang/lib/CodeGen/
CGBlocks.h
87
BLOCK_FIELD_IS_BYREF
= 0x08, /* the on stack structure holding the __block
CGBlocks.cpp
[
all
...]
/external/clang/lib/Rewrite/
RewriteObjC.cpp
39
BLOCK_FIELD_IS_BYREF
= 8, /* the on stack structure holding the
[
all
...]
Completed in 681 milliseconds