Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
Dxdfprotect.asm111 idesc32 isrP, 0x0008, 0 ; 0x0A, 10, #TS, Invalid TSS
149 dw isrR, 0 ; 0x0A, 10, #TS, Invalid TSS
Dxdflong.asm137 idesc64 isrL, 0x0008, 0 ; 0x0A, 10, #TS, Invalid TSS
176 dw isrR, 0 ; 0x0A, 10, #TS, Invalid TSS
/external/clang/include/clang/Sema/
DDeclSpec.h252 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/
DDeclSpec.cpp412 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/
DChangelog424 - Port I/Os use TSS io map
/external/clang/lib/Serialization/
DASTReader.cpp5567 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++])); in VisitBuiltinTypeLoc()