Home | History | Annotate | Download | only in Analysis

Lines Matching full:datalength

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