Home | History | Annotate | Download | only in Analysis

Lines Matching full:destination

380   int *x = malloc(11); // expected-warning{{Cast a region whose size is not a multiple of the destination type size}}
384 int *buf = malloc(2); // expected-warning{{Cast a region whose size is not a multiple of the destination type size}}
452 struct st *s = malloc(sizeof(struct st) + 2); // expected-warning{{Cast a region whose size is not a multiple of the destination type size}}
462 struct st *s = malloc(2); // expected-warning{{Cast a region whose size is not a multiple of the destination type size}}
544 struct st *s = malloc(3 * sizeof(struct st) + 3 * sizeof(struct foo)); // expected-warning{{Cast a region whose size is not a multiple of the destination type size}}
557 struct st *s = malloc(3 * sizeof(struct st) + 3 * sizeof(struct foo)); // expected-warning{{Cast a region whose size is not a multiple of the destination type size}}
570 struct st *s = malloc(3 * sizeof(struct st) + 3 * sizeof(struct foo)); // expected-warning{{Cast a region whose size is not a multiple of the destination type size}}
580 struct st *s = malloc(sizeof(struct st) + 3); // expected-warning{{Cast a region whose size is not a multiple of the destination type size}}
590 struct st *s = malloc(sizeof(struct st) + 3); // expected-warning{{Cast a region whose size is not a multiple of the destination type size}}
600 struct st *s = malloc(sizeof(struct st) + 3); // expected-warning{{Cast a region whose size is not a multiple of the destination type size}}
1621 strcpy(p, s); // expected-warning{{String copy function overflows destination buffer}}