Home
last modified time | relevance | path

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

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