Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BLOCK_FIELD_IS_WEAK

43       BLOCK_FIELD_IS_WEAK     = 16,  /* declared __weak, only used in byref copy
4202 /// [|BLOCK_FIELD_IS_WEAK]) // object
4205 /// [|BLOCK_FIELD_IS_WEAK]) // block
4211 /// [|BLOCK_FIELD_IS_WEAK]) // object
4214 /// [|BLOCK_FIELD_IS_WEAK]) // block
4322 flag |= BLOCK_FIELD_IS_WEAK;
4329 // FIXME. Handle __weak variable (BLOCK_FIELD_IS_WEAK) as well.