Home
last modified time | relevance | path

Searched refs:getTypeWidth (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp185 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty), in DefineTypeSize()
213 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty))); in DefineTypeWidth()
236 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType()
263 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize()
1062 if (TI.getTypeWidth(TI.getWCharType()) >= 32) { in InitializePredefinedMacros()
1162 TI.getTypeWidth(TI.getPtrDiffType(LangAS::Default)), TI, in InitializePredefinedMacros()
1165 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros()
1167 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros()
1169 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()
1205 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h461 unsigned getTypeWidth(IntType T) const;
769 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth()
774 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width()
779 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width()
891 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp229 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp100 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall()
H A DSemaChecking.cpp1161 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType()); in checkFortifiedBuiltinMemoryFunction()
H A DSemaExpr.cpp4019 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp293 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11642 {"_ZNK5clang10TargetInfo12getTypeWidthENS0_7IntTypeE", "clang::TargetInfo::getTypeWidth(clang::Targ…