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
1050 // CHECK-NEXT: <string>Call to 'reallocf' has an allocation size of 0 bytes</string>
1052 // CHECK-NEXT: <string>Call to 'reallocf' has an allocation size of 0 bytes</string>
1055 // CHECK-NEXT: <key>description</key><string>Call to 'reallocf' has an allocation size of 0 bytes</string>