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 256 typedef TypeSpecifierWidth TSW;
257 static const TSW TSW_unspecified = clang::TSW_unspecified;
258 static const TSW TSW_short = clang::TSW_short;
259 static const TSW TSW_long = clang::TSW_long;
260 static const TSW TSW_longlong = clang::TSW_longlong;
335 /*TSW*/unsigned TypeSpecWidth : 2;
480 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
533 static const char *getSpecifierName(DeclSpec::TSW W);
621 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:__anon20652
    [all...]

Completed in 90 milliseconds