Home | History | Annotate | Download | only in Analysis

Lines Matching defs:hp

1319   struct HasPtr hp;
1320 hp.p = malloc(10);
1321 memcmp(&hp, &hp, sizeof(hp));
1322 return; // expected-warning {{Potential leak of memory pointed to by 'hp.p'}}