Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/Analysis/
H A DMismatchedDeallocator-path-notes.cpp6 int *allocIntArray(unsigned c) { in allocIntArray() function
10 int *p = allocIntArray(1); // expected-note {{Calling 'allocIntArray'}} in test()
H A DMalloc+MismatchedDeallocator+NewDelete.cpp100 int *allocIntArray(unsigned c) { in allocIntArray() function
104 int *arr = allocIntArray(4); in testMismatchedChangePointeeThroughAssignment()
H A DMismatchedDeallocator-checker-test.mm111 int *allocIntArray(unsigned c) { function
116 int *p = allocIntArray(1);