Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp303 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 …]
HDSemaTemplateVariadic.cpp725 case TST_int: in containsUnexpandedParameterPacks()
HDSemaDecl.cpp10360 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()
HDSemaType.cpp1270 case DeclSpec::TST_int: { in ConvertDeclSpecToType()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h46 TST_int, enumerator
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h283 static const TST TST_int = clang::TST_int; variable
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp974 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
HDParseExprCXX.cpp1835 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
HDParseDecl.cpp3252 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, in ParseDeclarationSpecifiers()