Searched refs:getWIntType (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 874 DefineTypeSize("__WINT_MAX__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros() 898 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros() 922 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder); in InitializePredefinedMacros() 923 DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros() 954 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
H A D | NVPTX.cpp | 137 WIntType = HostTarget->getWIntType(); in NVPTXTargetInfo()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 347 IntType getWIntType() const { return WIntType; } in getWIntType() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 1656 QualType getWIntType() const { return WIntTy; } in getWIntType() function
|