Searched refs:sTable (Results 1 – 1 of 1) sorted by relevance
41 static const int sTable[10]; in mallocArraySize() local43 int *table = malloc(sizeof sTable); in mallocArraySize()51 static const double sTable[10]; in mallocWrongArraySize() local52 …int *table = malloc(sizeof sTable); // expected-warning {{Result of 'malloc' is converted to a poi… in mallocWrongArraySize()