Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp366 case TST_int: in isDeclarationOfFunction()
569 case DeclSpec::TST_int: return "int"; in getSpecifierName()
1219 (TypeSpecType != TST_int) && (TypeSpecType != TST_int128)) || in Finish()
1238 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) || in Finish()
1278 TypeSpecType = TST_int; in Finish()
1291 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int. in Finish()
1292 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 && in Finish()
1309 TypeSpecType = TST_int; // short -> short int, long long -> long long int. in Finish()
1310 else if (!(TypeSpecType == TST_int || in Finish()
1315 TypeSpecType = TST_int; in Finish()
[all …]
HDSemaTemplateVariadic.cpp913 case TST_int: in containsUnexpandedParameterPacks()
HDSemaDecl.cpp15183 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec, in ActOnFinishKNRParamDeclarations()
16339 bool Error = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, Dummy, DiagID, in ImplicitlyDefineFunction()
HDSemaType.cpp1001 case DeclSpec::TST_int: { in ConvertDeclSpecToType()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h63 TST_int, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h285 static const TST TST_int = clang::TST_int; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp1310 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
HDParseExprCXX.cpp2403 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
HDParseDecl.cpp4499 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, in ParseDeclarationSpecifiers()