Searched refs:foundType (Results 1 – 2 of 2) sorted by relevance
1123 bool foundType = false; in arrayExpressionToCommonType() local1140 foundType = true; // do not break immediately, there might be more errors in arrayExpressionToCommonType()1159 if (!foundType && t0 && !t0->equals(e->type)) in arrayExpressionToCommonType()
1400 bool foundType; in arrayExpressionToCommonType() local1417 foundType = true; // do not break immediately, there might be more errors in arrayExpressionToCommonType()1436 if (!foundType && t0 && !t0.equals(e.type)) in arrayExpressionToCommonType()