Home | History | Annotate | Download | only in Frontend

Lines Matching defs:BLOCK_FIELD_IS_WEAK

45       BLOCK_FIELD_IS_WEAK     = 16,  /* declared __weak, only used in byref copy
4149 /// [|BLOCK_FIELD_IS_WEAK]) // object
4152 /// [|BLOCK_FIELD_IS_WEAK]) // block
4158 /// [|BLOCK_FIELD_IS_WEAK]) // object
4161 /// [|BLOCK_FIELD_IS_WEAK]) // block
4269 flag |= BLOCK_FIELD_IS_WEAK;
4276 // FIXME. Handle __weak variable (BLOCK_FIELD_IS_WEAK) as well.