Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h244 typedef TypeSpecifierSign TSS; typedef
245 static const TSS TSS_unspecified = clang::TSS_unspecified;
246 static const TSS TSS_signed = clang::TSS_signed;
247 static const TSS TSS_unsigned = clang::TSS_unsigned;
442 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; } in getTypeSpecSign()
484 static const char *getSpecifierName(DeclSpec::TSS S);
567 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
/external/clang/lib/Sema/
DDeclSpec.cpp374 const char *DeclSpec::getSpecifierName(TSS S) { in getSpecifierName()
534 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()
538 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID); in SetTypeSpecSign()
814 << getSpecifierName((TSS)TypeSpecSign); in Finish()
/external/openssh/
DLICENCE37 - TSS has been removed
/external/qemu/
DChangelog424 - Port I/Os use TSS io map
/external/clang/lib/Serialization/
DASTReader.cpp4203 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()