Searched refs:StructWithInt (Results 1 – 1 of 1) sorted by relevance
826 struct StructWithInt { struct837 struct StructWithInt *px= malloc(sizeof(struct StructWithInt)); in useAfterFreeStruct() argument843 void nonSymbolAsFirstArg(int *pp, struct StructWithInt *p);846 struct StructWithInt *p = malloc(sizeof(struct StructWithInt)); in mallocEscapeFooNonSymbolArg()1112 struct StructWithInt *px= malloc(sizeof(struct StructWithInt)); in specialMallocWithStruct()