Home | History | Annotate | Download | only in Analysis

Lines Matching defs:size_t

8 typedef __typeof(sizeof(int)) size_t;
12 void *memcpy(void *dst, const void *src, size_t n); // expected-note{{passing argument to parameter 'dst' here}}
13 void *malloc(size_t n);