Searched refs:getTypeWidth (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 268 unsigned getTypeWidth(IntType T) const; 353 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth() 358 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width() 363 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width() 449 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 196 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty), in DefineTypeSize() 217 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty))); in DefineTypeWidth() 229 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType() 249 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() 705 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder); in InitializePredefinedMacros() 707 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros() 709 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros() 711 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TargetInfo.h | 372 unsigned getTypeWidth(IntType T) const; 612 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth() 617 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width() 622 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width() 725 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
|
/external/llvm-project/clang/lib/Frontend/ |
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() 844 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder); in InitializePredefinedMacros() 846 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros() 848 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros() 850 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()
|
/external/clang/lib/AST/ |
D | ItaniumCXXABI.cpp | 107 uint64_t Width = Target.getTypeWidth(PtrDiff); in getMemberPointerWidthAndAlign()
|
/external/llvm-project/clang/lib/AST/ |
D | ItaniumCXXABI.cpp | 198 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 169 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
|
/external/llvm-project/clang/lib/Basic/ |
D | TargetInfo.cpp | 225 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 606 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType()); in checkFortifiedBuiltinMemoryFunction() 3234 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1479 .getTypeWidth(Context in CheckPPCBuiltinFunctionCall()
|