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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp365 case TST_int:
551 case DeclSpec::TST_int: return "int";
1168 (TypeSpecType != TST_int) && (TypeSpecType != TST_int128)) ||
1194 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) ||
1232 TypeSpecType = TST_int;
1245 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int.
1246 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 &&
1263 TypeSpecType = TST_int; // short -> short int, long long -> long long int.
1264 else if (!(TypeSpecType == TST_int ||
1269 TypeSpecType = TST_int;
[all...]
H A DSemaTemplateVariadic.cpp887 case TST_int:
H A DSemaDecl.cpp13927 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec,
14874 bool Error = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, Dummy, DiagID,
H A DSemaType.cpp1384 case DeclSpec::TST_int: {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h51 TST_int, enumerator in enum:clang::TypeSpecifierType
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h267 static const TST TST_int = clang::TST_int; member in class:clang::DeclSpec
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1183 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int,
H A DParseExprCXX.cpp2206 DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID, Policy);
H A DParseDecl.cpp3823 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec,

Completed in 518 milliseconds