Home
last modified time | relevance | path

Searched refs:StructWithInt (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Analysis/
Dmalloc.c818 struct StructWithInt { struct
829 struct StructWithInt *px= malloc(sizeof(struct StructWithInt)); in useAfterFreeStruct() argument
835 void nonSymbolAsFirstArg(int *pp, struct StructWithInt *p);
838 struct StructWithInt *p = malloc(sizeof(struct StructWithInt)); in mallocEscapeFooNonSymbolArg()
1104 struct StructWithInt *px= malloc(sizeof(struct StructWithInt)); in specialMallocWithStruct()