Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h265 typedef TypeSpecifierSign TSS; typedef
266 static const TSS TSS_unspecified = clang::TSS_unspecified;
267 static const TSS TSS_signed = clang::TSS_signed;
268 static const TSS TSS_unsigned = clang::TSS_unsigned;
478 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; } in getTypeSpecSign()
531 static const char *getSpecifierName(DeclSpec::TSS S);
629 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
/external/syslinux/core/
Dpm.inc101 mov byte [bcopy_gdt.TSS+5],89h ; Mark TSS unbusy
434 ; gate, CPL 0 (we don't have a TSS
Dbcopyxx.inc293 ; TSS segment to keep Intel VT happy. Intel VT is
296 desc TSS
/external/clang/lib/Sema/
DDeclSpec.cpp438 const char *DeclSpec::getSpecifierName(TSS S) { in getSpecifierName()
602 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign()
606 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID); in SetTypeSpecSign()
998 << getSpecifierName((TSS)TypeSpecSign); in Finish()
/external/syslinux/memdisk/
Dmemdisk16.asm187 ; 0008: Dummy TSS to make Intel VT happy
564 mov byte [call32_gdt+8+5],89h ; Mark TSS unbusy
/external/openssh/
DLICENCE37 - TSS has been removed
/external/clang/lib/Serialization/
DASTReader.cpp5744 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()