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

  /external/clang/include/clang/Basic/
TargetInfo.h 211 unsigned getTypeWidth(IntType T) const;
271 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
276 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
281 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
327 return getTypeWidth(IntMaxType);
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 182 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
193 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty)));
204 int TypeWidth = TI.getTypeWidth(Ty);
503 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder);
505 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
507 TI.getTypeWidth(TI.getWCharType()), TI, Builder);
509 TI.getTypeWidth(TI.getWIntType()), TI, Builder);
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 132 /// getTypeWidth - Return the width (in bits) of the specified integer type
134 unsigned TargetInfo::getTypeWidth(IntType T) const {

Completed in 72 milliseconds