Home | History | Annotate | Download | only in Analysis

Lines Matching defs:hp

1540   struct HasPtr hp;
1541 hp.p = malloc(10);
1542 memcmp(&hp, &hp, sizeof(hp));
1543 return; // expected-warning {{Potential leak of memory pointed to by 'hp.p'}}