Home
last modified time | relevance | path

Searched refs:TST_int (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
DDeclSpec.cpp297 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()
[all …]
DSemaTemplateVariadic.cpp725 case TST_int: in containsUnexpandedParameterPacks()
DSemaType.cpp1356 case DeclSpec::TST_int: { in ConvertDeclSpecToType()
DSemaDecl.cpp11058 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec, in ActOnFinishKNRParamDeclarations()
11768 bool Error = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, Dummy, DiagID, in ImplicitlyDefineFunction()
/external/clang/include/clang/Basic/
DSpecifiers.h52 TST_int, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h278 static const TST TST_int = clang::TST_int; variable
/external/clang/lib/Parse/
DParser.cpp988 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
DParseExprCXX.cpp1928 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
DParseDecl.cpp3310 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, in ParseDeclarationSpecifiers()