HomeSort by relevance Sort by last modified time
    Searched refs:TSW (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 252 typedef TypeSpecifierWidth TSW;
253 static const TSW TSW_unspecified = clang::TSW_unspecified;
254 static const TSW TSW_short = clang::TSW_short;
255 static const TSW TSW_long = clang::TSW_long;
256 static const TSW TSW_longlong = clang::TSW_longlong;
337 /*TSW*/unsigned TypeSpecWidth : 2;
476 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
533 static const char *getSpecifierName(DeclSpec::TSW W);
625 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 418 const char *DeclSpec::getSpecifierName(TSW W) {
577 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc,
587 return BadSpecifier(W, (TSW)TypeSpecWidth, PrevSpec, DiagID);
    [all...]
  /external/valgrind/helgrind/
libhb_core.c 160 in tsw not only a ThrID but also minimum 4+1 other bits (access size
4450 TSW tsw; member in struct:__anon35963
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 114 milliseconds