Home | History | Annotate | Download | only in Analysis

Lines Matching defs:hp

1464   struct HasPtr hp;
1465 hp.p = malloc(10);
1466 memcmp(&hp, &hp, sizeof(hp));
1467 return; // expected-warning {{Potential leak of memory pointed to by 'hp.p'}}