Home | History | Annotate | Download | only in ARCMT

Lines Matching full:datalength

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