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 163 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
200 IntType getWCharType() const { return WCharType; }
271 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
272 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }
  /external/clang/lib/Basic/
TargetInfo.cpp 57 WCharType = SignedInt;
189 WCharType = UnsignedShort;
Targets.cpp 506 this->WCharType = this->SignedLong;
541 this->WCharType = this->SignedInt;
    [all...]

Completed in 124 milliseconds