Home
last modified time | relevance | path

Searched refs:TSW (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h252 typedef TypeSpecifierWidth TSW; typedef
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;
476 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; } in getTypeSpecWidth()
533 static const char *getSpecifierName(DeclSpec::TSW W);
625 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec,
/external/clang/lib/Sema/
DDeclSpec.cpp418 const char *DeclSpec::getSpecifierName(TSW W) { in getSpecifierName()
577 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth()
587 return BadSpecifier(W, (TSW)TypeSpecWidth, PrevSpec, DiagID); in SetTypeSpecWidth()
1013 << getSpecifierName((TSW)TypeSpecWidth); in Finish()
/external/valgrind/helgrind/
Dlibhb_core.c4447 } TSW; // Thread+Size+Writeness typedef
4450 TSW tsw;
4603 example.acc.tsw = (TSW) {.thrid = thrid, in event_map_bind()
4635 ref->acc.tsw = (TSW) {.thrid = thrid, in event_map_bind()
6241 STATIC_ASSERT(sizeof(TSW) == sizeof(UInt)); in libhb_init()
/external/clang/lib/Serialization/
DASTReader.cpp5745 TL.setWrittenWidthSpec(static_cast<DeclSpec::TSW>(Record[Idx++])); in VisitBuiltinTypeLoc()