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

  /external/clang/include/clang/Basic/
TargetInfo.h 250 unsigned getTypeWidth(IntType T) const;
323 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
328 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
333 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
388 return getTypeWidth(IntMaxType);
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 107 uint64_t Width = Target.getTypeWidth(PtrDiff);
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 194 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
215 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty)));
227 int TypeWidth = TI.getTypeWidth(Ty);
247 int TypeWidth = TI.getTypeWidth(Ty);
660 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder);
662 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
664 TI.getTypeWidth(TI.getWCharType()), TI, Builder);
666 TI.getTypeWidth(TI.getWIntType()), TI, Builder);
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 160 /// getTypeWidth - Return the width (in bits) of the specified integer type
162 unsigned TargetInfo::getTypeWidth(IntType T) const {
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 212 milliseconds