Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dmalloc-sizeof.c40 static const int nestedTable[10][2]; in mallocArraySize() local
42 int *table1 = malloc(sizeof nestedTable); in mallocArraySize()
43 int (*table2)[2] = malloc(sizeof nestedTable); in mallocArraySize()
44 int (*table3)[10][2] = malloc(sizeof nestedTable); in mallocArraySize()