Searched refs:ap5 (Results 1 – 1 of 1) sorted by relevance
26 …struct A *ap5 = calloc(4, sizeof(struct B)); // expected-warning {{Result of 'calloc' is converted… in foo() local27 struct A *ap6 = realloc(ap5, sizeof(struct A)); in foo()28 …struct A *ap7 = realloc(ap5, sizeof(struct B)); // expected-warning {{Result of 'realloc' is conve… in foo()