Searched refs:getTypeWidth (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 185 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty), in DefineTypeSize() 213 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty))); in DefineTypeWidth() 236 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType() 261 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() 1053 if (TI.getTypeWidth(TI.getWCharType()) >= 32) { in InitializePredefinedMacros() 1145 TI.getTypeWidth(TI.getPtrDiffType(LangAS::Default)), TI, in InitializePredefinedMacros() 1148 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros() 1150 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros() 1152 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros() 1184 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 444 unsigned getTypeWidth(IntType T) const; 748 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth() 753 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width() 758 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width() 870 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumCXXABI.cpp | 230 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPPC.cpp | 97 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall()
|
| H A D | SemaChecking.cpp | 1160 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType()); in checkFortifiedBuiltinMemoryFunction()
|
| H A D | SemaExpr.cpp | 3963 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 270 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
|