Home
last modified time | relevance | path

Searched refs:getTypeWidth (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp178 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty), in DefineTypeSize()
199 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty))); in DefineTypeWidth()
211 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType()
236 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize()
815 if (TI.getTypeWidth(TI.getWCharType()) >= 32) { in InitializePredefinedMacros()
892 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder); in InitializePredefinedMacros()
894 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros()
896 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros()
898 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h389 unsigned getTypeWidth(IntType T) const;
629 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth()
634 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width()
639 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width()
742 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumCXXABI.cpp198 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp233 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp608 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType()); in checkFortifiedBuiltinMemoryFunction()
3264 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall()
H A DSemaExpr.cpp3912 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant()