Searched refs:TSW_short (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 22 TSW_short, enumerator
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 339 case TSW_short: return "short"; in getSpecifierName() 760 if ((TypeSpecWidth != TSW_unspecified) && (TypeSpecWidth != TSW_short)) in Finish() 774 TypeSpecWidth = TSW_short; in Finish() 795 case TSW_short: // short int in Finish() 801 TypeSpecWidth == TSW_short ? diag::err_invalid_short_spec in Finish()
|
D | SemaType.cpp | 686 case DeclSpec::TSW_short: Result = Context.ShortTy; break; in ConvertDeclSpecToType() 700 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 220 static const TSW TSW_short = clang::TSW_short; variable
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 1741 isInvalid = DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, in ParseDeclarationSpecifiers() 2047 isInvalid = DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID); in ParseOptionalTypeSpecifier()
|
D | ParseExprCXX.cpp | 1054 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID); in ParseCXXSimpleTypeSpecifier()
|