Searched refs:getTypeWidth (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 180 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty), in DefineTypeSize() 201 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() 914 if (TI.getTypeWidth(TI.getWCharType()) >= 32) { in InitializePredefinedMacros() 1006 TI.getTypeWidth(TI.getPtrDiffType(LangAS::Default)), TI, in InitializePredefinedMacros() 1009 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros() 1011 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros() 1013 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros() 1042 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 413 unsigned getTypeWidth(IntType T) const; 693 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth() 698 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width() 703 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width() 821 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ItaniumCXXABI.cpp | 230 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 267 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 1055 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType()); in checkFortifiedBuiltinMemoryFunction() 4198 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall()
|
| H A D | SemaExpr.cpp | 4046 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant()
|