OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:memP
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c
[
all
...]
/external/clang/test/Analysis/
malloc.c
868
int *
memP
;
876
St.
memP
= x;
883
St.
memP
= x;
895
St.
memP
= malloc(12);
896
return; // expected-warning {{Potential leak of memory pointed to by 'St.
memP
'}}
1348
pSt->
memP
= malloc(12);
[
all
...]
Completed in 483 milliseconds