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
4199 /// [|BLOCK_FIELD_IS_WEAK]) // object
4202 /// [|BLOCK_FIELD_IS_WEAK]) // block
4208 /// [|BLOCK_FIELD_IS_WEAK]) // object
4211 /// [|BLOCK_FIELD_IS_WEAK]) // block
4319 flag |= BLOCK_FIELD_IS_WEAK;
4326 // FIXME. Handle __weak variable (BLOCK_FIELD_IS_WEAK) as well.