Searched refs:TST_int (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 274 case TST_int: in isDeclarationOfFunction() 404 case DeclSpec::TST_int: return "int"; in getSpecifierName() 843 (TypeSpecType != TST_int)) || TypeAltiVecPixel) { in Finish() 855 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish() 862 TypeSpecType = TST_int; in Finish() 872 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int. in Finish() 873 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 && in Finish() 888 TypeSpecType = TST_int; // short -> short int, long long -> long long int. in Finish() 889 else if (TypeSpecType != TST_int) { in Finish() 894 TypeSpecType = TST_int; in Finish() [all …]
|
D | SemaTemplateVariadic.cpp | 715 case TST_int: in containsUnexpandedParameterPacks()
|
D | SemaType.cpp | 812 case DeclSpec::TST_int: { in ConvertDeclSpecToType()
|
D | SemaDecl.cpp | 8412 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.ArgInfo[i].IdentLoc, in ActOnFinishKNRParamDeclarations() 8931 bool Error = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, Dummy, DiagID); in ImplicitlyDefineFunction()
|
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 43 TST_int, enumerator
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 257 static const TST TST_int = clang::TST_int; variable
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 918 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
|
D | ParseExprCXX.cpp | 1536 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID); in ParseCXXSimpleTypeSpecifier()
|
D | ParseDecl.cpp | 2739 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, in ParseDeclarationSpecifiers()
|