Home
last modified time | relevance | path

Searched refs:TSS (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h231 typedef TypeSpecifierSign TSS; typedef
232 static const TSS TSS_unspecified = clang::TSS_unspecified;
233 static const TSS TSS_signed = clang::TSS_signed;
234 static const TSS TSS_unsigned = clang::TSS_unsigned;
424 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; } in getTypeSpecSign()
464 static const char *getSpecifierName(DeclSpec::TSS S);
548 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
/external/clang/lib/Sema/
DDeclSpec.cpp356 const char *DeclSpec::getSpecifierName(TSS S) { in getSpecifierName()
488 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()
492 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID); in SetTypeSpecSign()
748 << getSpecifierName((TSS)TypeSpecSign); in Finish()
/external/qemu/
DChangelog424 - Port I/Os use TSS io map
/external/clang/lib/Serialization/
DASTReader.cpp3625 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()