Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dmalloc.c904 } StructWithPtr; typedef
906 static StructWithPtr arrOfStructs[10];
910 StructWithPtr St; in testMalloc()
915 StructWithPtr testMalloc2() { in testMalloc2()
917 StructWithPtr St; in testMalloc2()
929 StructWithPtr St; in testStructLeak()
1413 StructWithPtr St; in localStructTest()
1414 StructWithPtr *pSt = &St; in localStructTest()
1787 StructWithPtr *s = malloc(sizeof(StructWithPtr)); in testMallocIntoMalloc()