Home
last modified time | relevance | path

Searched refs:getWIntType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp137 WIntType = HostTarget->getWIntType(); in NVPTXTargetInfo()
H A DSPIR.h143 WIntType = HostTarget->getWIntType(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1142 DefineTypeSizeAndWidth("__WINT", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros()
1169 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()
1193 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder); in InitializePredefinedMacros()
1273 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp537 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType()
724 Res = C.getWIntType(); in getRepresentativeType()
H A DASTContext.cpp1366 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h419 IntType getWIntType() const { return WIntType; } in getWIntType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2036 QualType getWIntType() const { return WIntTy; } in getWIntType() function