Searched refs:TSS (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
D | xdfprotect.asm | 111 idesc32 isrP, 0x0008, 0 ; 0x0A, 10, #TS, Invalid TSS 149 dw isrR, 0 ; 0x0A, 10, #TS, Invalid TSS
|
D | xdflong.asm | 137 idesc64 isrL, 0x0008, 0 ; 0x0A, 10, #TS, Invalid TSS 176 dw isrR, 0 ; 0x0A, 10, #TS, Invalid TSS
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 252 typedef TypeSpecifierSign TSS; typedef 253 static const TSS TSS_unspecified = clang::TSS_unspecified; 254 static const TSS TSS_signed = clang::TSS_signed; 255 static const TSS TSS_unsigned = clang::TSS_unsigned; 465 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; } in getTypeSpecSign() 514 static const char *getSpecifierName(DeclSpec::TSS S); 608 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 412 const char *DeclSpec::getSpecifierName(TSS S) { in getSpecifierName() 575 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign() 579 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID); in SetTypeSpecSign() 961 << getSpecifierName((TSS)TypeSpecSign); in Finish()
|
/external/qemu/ |
D | Changelog | 424 - Port I/Os use TSS io map
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5567 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()
|