Home | History | Annotate | Download | only in ARCMT

Lines Matching full:datalength

881 void test_RDar6859457(RDar6859457 *x, void *bytes, NSUInteger dataLength) {
884 [NSData dataWithBytesNoCopy:bytes length:dataLength]; // no-warning
885 [NSData dataWithBytesNoCopy:bytes length:dataLength freeWhenDone:1]; // no-warning