Lines Matching refs:TST_int
297 case TST_int: in isDeclarationOfFunction()
456 case DeclSpec::TST_int: return "int"; in getSpecifierName()
1003 (TypeSpecType != TST_int)) || TypeAltiVecPixel) { in Finish()
1023 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish()
1049 TypeSpecType = TST_int; in Finish()
1059 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int. in Finish()
1060 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 && in Finish()
1075 TypeSpecType = TST_int; // short -> short int, long long -> long long int. in Finish()
1076 else if (TypeSpecType != TST_int) { in Finish()
1079 TypeSpecType = TST_int; in Finish()
1085 TypeSpecType = TST_int; // long -> long int. in Finish()
1086 else if (TypeSpecType != TST_int && TypeSpecType != TST_double) { in Finish()
1089 TypeSpecType = TST_int; in Finish()
1104 } else if (TypeSpecType == TST_int || TypeSpecType == TST_char) { in Finish()