Lines Matching full:calloc
13 void *calloc(size_t, size_t);
94 char *foo = calloc(0, 42); // expected-warning{{Call to 'calloc' has an allocation size of 0 bytes}}
100 char *foo = calloc(42, 0); // expected-warning{{Call to 'calloc' has an allocation size of 0 bytes}}
106 char *foo = calloc(nmemb, size); // no-warning
789 // CHECK-NEXT: <string>Call to 'calloc' has an allocation size of 0 bytes</string>
791 // CHECK-NEXT: <string>Call to 'calloc' has an allocation size of 0 bytes</string>
794 // CHECK-NEXT: <key>description</key><string>Call to 'calloc' has an allocation size of 0 bytes</string>
869 // CHECK-NEXT: <string>Call to 'calloc' has an allocation size of 0 bytes</string>
871 // CHECK-NEXT: <string>Call to 'calloc' has an allocation size of 0 bytes</string>
874 // CHECK-NEXT: <key>description</key><string>Call to 'calloc' has an allocation size of 0 bytes</string>