Searched refs:StructWithInt (Results 1 – 1 of 1) sorted by relevance
818 struct StructWithInt { struct829 struct StructWithInt *px= malloc(sizeof(struct StructWithInt)); in useAfterFreeStruct() argument835 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()