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
5082 /// [|BLOCK_FIELD_IS_WEAK]) // object
5085 /// [|BLOCK_FIELD_IS_WEAK]) // block
5091 /// [|BLOCK_FIELD_IS_WEAK]) // object
5094 /// [|BLOCK_FIELD_IS_WEAK]) // block
5200 flag |= BLOCK_FIELD_IS_WEAK;
5206 // FIXME. Handle __weak variable (BLOCK_FIELD_IS_WEAK) as well.