Searched refs:getWIntType (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 826 DefineTypeSize("__WINT_MAX__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros() 850 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros() 874 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder); in InitializePredefinedMacros() 875 DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros() 906 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 711 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros() 735 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder); in InitializePredefinedMacros() 736 DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros() 765 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | NVPTX.cpp | 135 WIntType = HostTarget->getWIntType(); in NVPTXTargetInfo()
|
/external/clang/lib/Analysis/ |
D | FormatString.cpp | 402 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() 472 Res = C.getWIntType(); in getRepresentativeType()
|
/external/llvm-project/clang/lib/AST/ |
D | FormatString.cpp | 444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() 530 Res = C.getWIntType(); in getRepresentativeType()
|
D | ASTContext.cpp | 1344 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 238 IntType getWIntType() const { return WIntType; } in getWIntType() function
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TargetInfo.h | 334 IntType getWIntType() const { return WIntType; } in getWIntType() function
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1360 QualType getWIntType() const { return WIntTy; } in getWIntType() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 1613 QualType getWIntType() const { return WIntTy; } in getWIntType() function
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 1748 WIntType = HostTarget->getWIntType(); in NVPTXTargetInfo()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1043 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
|