Searched refs:memP (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dmalloc.c840 int *memP; member in struct:_StructWithPtr
848 St.memP = x;
855 St.memP = x;
867 St.memP = malloc(12);
868 return; // expected-warning {{Potential leak of memory pointed to by 'St.memP'}}
1320 pSt->memP = malloc(12);

Completed in 111 milliseconds