Searched defs:TSW (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h252 typedef TypeSpecifierWidth TSW; typedef in class:clang::DeclSpec
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
[all...]
/external/valgrind/helgrind/
H A Dlibhb_core.c4208 This binds a TSW triple (thread, size, R/W) to an RCEC.
4438 This allows to use a TSW as a fully initialised UInt e.g. in
4447 } TSW; // Thread+Size+Writeness typedef in typeref:struct:__anon23357
4450 TSW tsw;
4603 example.acc.tsw = (TSW) {.thrid = thrid,
4635 ref->acc.tsw = (TSW) {.thrid = thrid,
6232 Thr_n_RCEC and TSW). */
6241 STATIC_ASSERT(sizeof(TSW) == sizeof(UInt));

Completed in 105 milliseconds