HomeSort by relevance Sort by last modified time
    Searched defs:TSW (Results 1 - 2 of 2) 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;
332 /*TSW*/unsigned TypeSpecWidth : 2;
467 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
523 static const char *getSpecifierName(DeclSpec::TSW W);
611 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec
    [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:__anon25469
    [all...]

Completed in 79 milliseconds