Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.c826 struct StructWithInt { struct
837 struct StructWithInt *px= malloc(sizeof(struct StructWithInt)); in useAfterFreeStruct() argument
843 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()