Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp200 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty))); in DefineTypeWidth()
222 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType()
247 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize()
902 if (TI.getTypeWidth(TI.getWCharType()) >= 32) { in InitializePredefinedMacros()
994 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros()
996 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros()
998 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()
1027 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()
1028 TI.getTypeWidth(TI.getIntPtrType()) && in InitializePredefinedMacros()
1030 assert(TI.getTypeWidth(TI.getUIntMaxType()) == in InitializePredefinedMacros()
[all …]
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h397 unsigned getTypeWidth(IntType T) const;
668 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth()
673 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width()
678 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width()
796 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumCXXABI.cpp229 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp242 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp1019 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType()); in checkFortifiedBuiltinMemoryFunction()
3983 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall()
H A DSemaExpr.cpp4052 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant()