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

  /external/clang/include/clang/Basic/
TargetInfo.h 132 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
165 IntType getWCharType() const { return WCharType; }
228 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
229 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }
  /external/clang/lib/Basic/
TargetInfo.cpp 55 WCharType = SignedInt;
186 WCharType = UnsignedShort;
Targets.cpp 477 this->WCharType = this->SignedLong;
512 this->WCharType = this->SignedInt;
    [all...]

Completed in 154 milliseconds