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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm137 idesc64 isrL, 0x0008, 0 ; 0x0A, 10, #TS, Invalid TSS
176 dw isrR, 0 ; 0x0A, 10, #TS, Invalid TSS
H A Dxdfprotect.asm111 idesc32 isrP, 0x0008, 0 ; 0x0A, 10, #TS, Invalid TSS
149 dw isrR, 0 ; 0x0A, 10, #TS, Invalid TSS
/external/clang/include/clang/Sema/
H A DDeclSpec.h252 typedef TypeSpecifierSign TSS; typedef in class:clang::DeclSpec
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;
320 /*TSS*/unsigned TypeSpecSign : 2;
465 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; }
514 static const char *getSpecifierName(DeclSpec::TSS S);
608 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
/external/clang/lib/Sema/
H A DDeclSpec.cpp412 const char *DeclSpec::getSpecifierName(TSS S) {
575 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc,
579 return BadSpecifier(S, (TSS)TypeSpecSign, PrevSpec, DiagID);
961 << getSpecifierName((TSS)TypeSpecSign);
/external/clang/lib/Serialization/
H A DASTReader.cpp5567 TL.setWrittenSignSpec(static_cast<DeclSpec::TSS>(Record[Idx++]));

Completed in 128 milliseconds