Home | History | Annotate | Download | only in Frontend

Lines Matching defs:BLOCK_FIELD_IS_WEAK

46       BLOCK_FIELD_IS_WEAK     = 16,  /* declared __weak, only used in byref copy
5150 /// [|BLOCK_FIELD_IS_WEAK]) // object
5153 /// [|BLOCK_FIELD_IS_WEAK]) // block
5159 /// [|BLOCK_FIELD_IS_WEAK]) // object
5162 /// [|BLOCK_FIELD_IS_WEAK]) // block
5268 flag |= BLOCK_FIELD_IS_WEAK;
5274 // FIXME. Handle __weak variable (BLOCK_FIELD_IS_WEAK) as well.