Searched refs:TST_int (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | DeclSpec.cpp | 303 case TST_int: in isDeclarationOfFunction() 455 case DeclSpec::TST_int: return "int"; in getSpecifierName() 978 (TypeSpecType != TST_int)) || TypeAltiVecPixel) { in Finish() 998 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish() 1024 TypeSpecType = TST_int; in Finish() 1034 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int. in Finish() 1035 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 && in Finish() 1050 TypeSpecType = TST_int; // short -> short int, long long -> long long int. in Finish() 1051 else if (TypeSpecType != TST_int) { in Finish() 1056 TypeSpecType = TST_int; in Finish() [all …]
|
| HD | SemaTemplateVariadic.cpp | 725 case TST_int: in containsUnexpandedParameterPacks()
|
| HD | SemaDecl.cpp | 10360 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec, in ActOnFinishKNRParamDeclarations() 11055 bool Error = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, Dummy, DiagID, in ImplicitlyDefineFunction()
|
| HD | SemaType.cpp | 1270 case DeclSpec::TST_int: { in ConvertDeclSpecToType()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Specifiers.h | 46 TST_int, enumerator
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | DeclSpec.h | 283 static const TST TST_int = clang::TST_int; variable
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | Parser.cpp | 974 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
|
| HD | ParseExprCXX.cpp | 1835 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
|
| HD | ParseDecl.cpp | 3252 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, in ParseDeclarationSpecifiers()
|