Lines Matching full:reallocf
18 void *reallocf(void *, size_t);
118 char *foo = reallocf(ptr, 0); // expected-warning{{Call to 'reallocf' has an allocation size of 0 bytes}}
130 char *foo = reallocf(ptr, size); // no-warning
1029 // CHECK-NEXT: <string>Call to 'reallocf' has an allocation size of 0 bytes</string>
1031 // CHECK-NEXT: <string>Call to 'reallocf' has an allocation size of 0 bytes</string>
1034 // CHECK-NEXT: <key>description</key><string>Call to 'reallocf' has an allocation size of 0 bytes</string>