Home | History | Annotate | Download | only in Analysis

Lines Matching full:malloc

1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.deadcode.UnreachableCode,unix.Malloc -verify -analyzer-constraints=basic %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.deadcode.UnreachableCode,unix.Malloc -verify -analyzer-constraints=range %s
6 void *malloc(size_t);
19 char* buf = malloc(1);
30 char* buf = malloc(1);
37 char* buf = malloc(1);
60 b = malloc(1);
71 b = malloc(1);
84 b = malloc(1);
95 b = malloc(1);
108 b = malloc(1);
117 b = malloc(1);
126 b = malloc(1);
135 b = malloc(1);
146 b = malloc(1);
153 b = malloc(1);
162 b = malloc(1);
169 b = malloc(1);
178 char* b = malloc(1);
185 char* b = malloc(1);
192 char* b = malloc(1);
199 char* b = malloc(1);