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

/external/compiler-rt/BlocksRuntime/
H A DBlock_private.h105 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the __block variable */ enumerator in enum:__anon5110
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/Rewrite/Frontend/
H A DRewriteObjC.cpp43 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the enumerator in enum:__anon3836::RewriteObjC::__anon3837
3437 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
3456 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
H A DRewriteModernObjC.cpp44 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the enumerator in enum:__anon3833::RewriteModernObjC::__anon3834
4329 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
4348 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";

Completed in 902 milliseconds