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.cpp132 WIntType = HostTarget->getWIntType(); in NVPTXTargetInfo()
H A DSPIR.h136 WIntType = HostTarget->getWIntType(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1125 DefineTypeSizeAndWidth("__WINT", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros()
1152 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()
1172 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder); in InitializePredefinedMacros()
1252 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp552 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType()
638 Res = C.getWIntType(); in getRepresentativeType()
H A DASTContext.cpp1309 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h402 IntType getWIntType() const { return WIntType; } in getWIntType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1851 QualType getWIntType() const { return WIntTy; } in getWIntType() function