Searched refs:TSS (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 265 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/ |
D | pm.inc | 101 mov byte [bcopy_gdt.TSS+5],89h ; Mark TSS unbusy 434 ; gate, CPL 0 (we don't have a TSS
|
D | bcopyxx.inc | 293 ; TSS segment to keep Intel VT happy. Intel VT is 296 desc TSS
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 438 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/ |
D | memdisk16.asm | 187 ; 0008: Dummy TSS to make Intel VT happy 564 mov byte [call32_gdt+8+5],89h ; Mark TSS unbusy
|
/external/openssh/ |
D | LICENCE | 37 - TSS has been removed
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5744 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()
|