Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtarget_map_codegen_29.cpp57 } StructWithPtr; typedef
117 StructWithPtr s; in map_with_deep_copy()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.c912 } StructWithPtr; typedef
914 static StructWithPtr arrOfStructs[10];
918 StructWithPtr St; in testMalloc()
923 StructWithPtr testMalloc2(void) { in testMalloc2()
925 StructWithPtr St; in testMalloc2()
937 StructWithPtr St; in testStructLeak()
1421 StructWithPtr St; in localStructTest()
1422 StructWithPtr *pSt = &St; in localStructTest()
1884 StructWithPtr *s = malloc(sizeof(StructWithPtr)); in testMallocIntoMalloc()