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

/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h106 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy helpers */ enumerator in enum:__anon3377
/external/clang/lib/CodeGen/
H A DCGBlocks.h105 BLOCK_FIELD_IS_WEAK = 0x10, /* declared __weak, only used in byref copy enumerator in enum:clang::CodeGen::BlockFieldFlag_t
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp46 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy enumerator in enum:__anon1343::RewriteObjC::__anon1344
4098 /// [|BLOCK_FIELD_IS_WEAK]) // object
4101 /// [|BLOCK_FIELD_IS_WEAK]) // block
4107 /// [|BLOCK_FIELD_IS_WEAK]) // object
4110 /// [|BLOCK_FIELD_IS_WEAK]) // block
4218 flag |= BLOCK_FIELD_IS_WEAK;
4225 // FIXME. Handle __weak variable (BLOCK_FIELD_IS_WEAK) as well.
H A DRewriteModernObjC.cpp48 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy enumerator in enum:__anon1340::RewriteModernObjC::__anon1341
4954 /// [|BLOCK_FIELD_IS_WEAK]) // object
4957 /// [|BLOCK_FIELD_IS_WEAK]) // block
4963 /// [|BLOCK_FIELD_IS_WEAK]) // object
4966 /// [|BLOCK_FIELD_IS_WEAK]) // block
5072 flag |= BLOCK_FIELD_IS_WEAK;
5078 // FIXME. Handle __weak variable (BLOCK_FIELD_IS_WEAK) as well.

Completed in 169 milliseconds