Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dmalloc-sizeof.c42 static const int nestedTable[10][2]; in mallocArraySize() local
44 int *table1 = malloc(sizeof nestedTable); in mallocArraySize()
45 int (*table2)[2] = malloc(sizeof nestedTable); in mallocArraySize()
46 int (*table3)[10][2] = malloc(sizeof nestedTable); in mallocArraySize()