Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp201 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty))); in DefineTypeWidth()
223 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType()
248 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize()
963 if (TI.getTypeWidth(TI.getWCharType()) >= 32) { in InitializePredefinedMacros()
1058 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros()
1060 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros()
1062 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()
1091 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()
1092 TI.getTypeWidth(TI.getIntPtrType()) && in InitializePredefinedMacros()
1094 assert(TI.getTypeWidth(TI.getUIntMaxType()) == in InitializePredefinedMacros()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h435 unsigned getTypeWidth(IntType T) const;
721 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth()
726 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width()
731 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width()
843 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp230 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp269 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp141 unsigned SizeTWidth = TI.getTypeWidth(TI.getSizeType()); in pushSizeT()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1131 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType()); in checkFortifiedBuiltinMemoryFunction()
4935 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall()
H A DSemaExpr.cpp4223 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant()