Lines Matching refs:TST_int
366 case TST_int: in isDeclarationOfFunction()
569 case DeclSpec::TST_int: return "int"; in getSpecifierName()
1219 (TypeSpecType != TST_int) && (TypeSpecType != TST_int128)) || in Finish()
1238 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish()
1278 TypeSpecType = TST_int; in Finish()
1291 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int. in Finish()
1292 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 && in Finish()
1309 TypeSpecType = TST_int; // short -> short int, long long -> long long int. in Finish()
1310 else if (!(TypeSpecType == TST_int || in Finish()
1315 TypeSpecType = TST_int; in Finish()
1322 TypeSpecType = TST_int; // long -> long int. in Finish()
1323 else if (TypeSpecType != TST_int && TypeSpecType != TST_double && in Finish()
1327 TypeSpecType = TST_int; in Finish()
1343 } else if (TypeSpecType == TST_int || TypeSpecType == TST_char || in Finish()