Searched refs:getTypeWidth (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 257 unsigned getTypeWidth(IntType T) const; 339 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth() 344 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width() 349 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width() 412 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() 672 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder); in InitializePredefinedMacros() 674 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros() 676 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros() 678 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 | 166 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 980 .getTypeWidth(Context in CheckPPCBuiltinFunctionCall()
|