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

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

Completed in 77 milliseconds