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 173 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType,
219 IntType getWCharType() const { return WCharType; }
323 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
324 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }
  /external/clang/lib/Basic/
TargetInfo.cpp 56 WCharType = SignedInt;
274 WCharType = UnsignedShort;
Targets.cpp 580 this->WCharType = this->UnsignedShort;
622 this->WCharType = this->SignedInt;
    [all...]

Completed in 61 milliseconds