Searched refs:getWIntType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 876 DefineTypeSize("__WINT_MAX__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros() 900 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros() 924 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder); in InitializePredefinedMacros() 925 DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros() 956 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | NVPTX.cpp | 137 WIntType = HostTarget->getWIntType(); in NVPTXTargetInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() 530 Res = C.getWIntType(); in getRepresentativeType()
|
| H A D | ASTContext.cpp | 1356 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 347 IntType getWIntType() const { return WIntType; } in getWIntType() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1701 QualType getWIntType() const { return WIntTy; } in getWIntType() function
|