Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.c1584 int *memoryBlock = (int *)malloc(size + sizeof(int)); in testOffsetAllocate() local
1585 return &memoryBlock[1]; // no-warning in testOffsetAllocate()
1588 void testOffsetDeallocate(int *memoryBlock) { in testOffsetDeallocate() argument
1589 free(&memoryBlock[-1]); // no-warning in testOffsetDeallocate()