Searched refs:getWIntType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 774 DefineTypeSize("__WINT_MAX__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros() 798 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros() 822 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder); in InitializePredefinedMacros() 823 DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros() 853 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | NVPTX.cpp | 130 WIntType = HostTarget->getWIntType(); in NVPTXTargetInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | FormatString.cpp | 439 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() 524 Res = C.getWIntType(); in getRepresentativeType()
|
| H A D | ASTContext.cpp | 1236 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 289 IntType getWIntType() const { return WIntType; } in getWIntType() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1579 QualType getWIntType() const { return WIntTy; } in getWIntType() function
|