Searched refs:getTypeWidth (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 178 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 D | TargetInfo.h | 389 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 D | ItaniumCXXABI.cpp | 198 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 233 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 608 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType()); in checkFortifiedBuiltinMemoryFunction() 3264 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall()
|
H A D | SemaExpr.cpp | 3912 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant()
|