Home | History | Annotate | Download | only in Analysis

Lines Matching full:nmemb

105 void test_calloc_nowarn(size_t nmemb, size_t size) {
106 char *foo = calloc(nmemb, size); // no-warning