Searched refs:getTypeWidth (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumCXXABI.cpp40 uint64_t Width = Target.getTypeWidth(PtrDiff);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h221 unsigned getTypeWidth(IntType T) const;
285 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
290 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
295 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
341 return getTypeWidth(IntMaxType);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp182 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
193 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty)));
204 int TypeWidth = TI.getTypeWidth(Ty);
505 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder);
507 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
509 TI.getTypeWidth(TI.getWCharType()), TI, Builder);
511 TI.getTypeWidth(TI.getWIntType()), TI, Builder);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp133 /// getTypeWidth - Return the width (in bits) of the specified integer type
135 unsigned TargetInfo::getTypeWidth(IntType T) const { function in class:TargetInfo

Completed in 121 milliseconds