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:__anon19572
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:__anon17975::RewriteObjC::__anon17976
3391 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
3410 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:__anon17972::RewriteModernObjC::__anon17973
4265 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
4284 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";

Completed in 142 milliseconds