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

  /external/clang/include/clang/Basic/
TargetInfo.h 215 return getIntTypeByWidth(getTypeWidth(IntPtrType), false);
228 unsigned getTypeWidth(IntType T) const;
301 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
306 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
311 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
357 return getTypeWidth(IntMaxType);
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 59 uint64_t Width = Target.getTypeWidth(PtrDiff);
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 195 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
206 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty)));
218 int TypeWidth = TI.getTypeWidth(Ty);
239 int TypeWidth = TI.getTypeWidth(Ty);
627 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder);
629 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
631 TI.getTypeWidth(TI.getWCharType()), TI, Builder);
633 TI.getTypeWidth(TI.getWIntType()), TI, Builder);
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 138 /// getTypeWidth - Return the width (in bits) of the specified integer type
140 unsigned TargetInfo::getTypeWidth(IntType T) const {

Completed in 161 milliseconds