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 252 typedef TypeSpecifierSign TSS;
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,
    [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 646 milliseconds