Searched refs:getTypeWidth (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 327 unsigned getTypeWidth(IntType T) const; 547 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth() 552 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width() 557 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width() 631 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
|
| /freebsd-12.1/contrib/llvm/tools/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() 231 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() 792 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder); in InitializePredefinedMacros() 794 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros() 796 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros() 798 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ItaniumCXXABI.cpp | 168 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 214 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 3093 .getTypeWidth(Context in CheckPPCBuiltinFunctionCall()
|