Home
last modified time | relevance | path

Searched refs:sTable (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc-sizeof.c41 static const int sTable[10]; in mallocArraySize() local
43 int *table = malloc(sizeof sTable); in mallocArraySize()
51 static const double sTable[10]; in mallocWrongArraySize() local
52 …int *table = malloc(sizeof sTable); // expected-warning {{Result of 'malloc' is converted to a poi… in mallocWrongArraySize()