Searched defs:BLOCK_FIELD_IS_BYREF (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h105 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the __block variable */ enumerator in enum:__anon2843
112 /* BLOCK_FIELD_IS_BYREF is only used from within block copy helpers */
/external/clang/lib/CodeGen/
H A DCGBlocks.h103 BLOCK_FIELD_IS_BYREF = 0x08, /* the on stack structure holding the __block enumerator in enum:clang::CodeGen::BlockFieldFlag_t
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp45 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the enumerator in enum:__anon1064::RewriteObjC::__anon1065
3380 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
3397 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
H A DRewriteModernObjC.cpp46 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the enumerator in enum:__anon1061::RewriteModernObjC::__anon1062
4243 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
4260 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";

Completed in 77 milliseconds