HomeSort by relevance Sort by last modified time
    Searched defs:TSS (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 265 typedef TypeSpecifierSign TSS;
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;
339 /*TSS*/unsigned TypeSpecSign : 2;
478 TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; }
531 static const char *getSpecifierName(DeclSpec::TSS S);
629 bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
wdm.h     [all...]

Completed in 362 milliseconds