Searched refs:getTypeWidth (Results 1 – 8 of 8) 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() 263 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() 1062 if (TI.getTypeWidth(TI.getWCharType()) >= 32) { in InitializePredefinedMacros() 1162 TI.getTypeWidth(TI.getPtrDiffType(LangAS::Default)), TI, in InitializePredefinedMacros() 1165 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros() 1167 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros() 1169 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros() 1205 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 461 unsigned getTypeWidth(IntType T) const; 769 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth() 774 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width() 779 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width() 891 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumCXXABI.cpp | 229 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPPC.cpp | 100 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall()
|
| H A D | SemaChecking.cpp | 1161 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType()); in checkFortifiedBuiltinMemoryFunction()
|
| H A D | SemaExpr.cpp | 4019 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 293 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11642 {"_ZNK5clang10TargetInfo12getTypeWidthENS0_7IntTypeE", "clang::TargetInfo::getTypeWidth(clang::Targ…
|