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

/external/clang/test/Analysis/
H A Dmalloc.c422 struct StructWithInt { struct
433 struct StructWithInt *px= malloc(sizeof(struct StructWithInt));
439 void nonSymbolAsFirstArg(int *pp, struct StructWithInt *p);
442 struct StructWithInt *p = malloc(sizeof(struct StructWithInt));
667 struct StructWithInt *px= malloc(sizeof(struct StructWithInt));

Completed in 38 milliseconds