Home
last modified time | relevance | path

Searched refs:getWIntType (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp986 DefineTypeSizeAndWidth("__WINT", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros()
1013 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()
1032 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder); in InitializePredefinedMacros()
1069 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DNVPTX.cpp125 WIntType = HostTarget->getWIntType(); in NVPTXTargetInfo()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp509 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType()
595 Res = C.getWIntType(); in getRepresentativeType()
H A DASTContext.cpp1345 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h371 IntType getWIntType() const { return WIntType; } in getWIntType() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1761 QualType getWIntType() const { return WIntTy; } in getWIntType() function