Searched refs:getTypeWidth (Results 1 – 5 of 5) 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/clang/lib/AST/ |
D | ItaniumCXXABI.cpp | 107 uint64_t Width = Target.getTypeWidth(PtrDiff); in getMemberPointerWidthAndAlign()
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 169 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1479 .getTypeWidth(Context in CheckPPCBuiltinFunctionCall()
|