Searched refs:getWIntType (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp678 TI.getTypeWidth(TI.getWIntType()), TI, Builder);
702 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder);
703 DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Builder);
732 if (!TargetInfo::isTypeSigned(TI.getWIntType()))
/external/clang/lib/Analysis/
H A DFormatString.cpp371 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType();
441 Res = C.getWIntType();
/external/clang/include/clang/Basic/
H A DTargetInfo.h227 IntType getWIntType() const { return WIntType; } function in class:clang::TargetInfo
/external/clang/include/clang/AST/
H A DASTContext.h1350 QualType getWIntType() const { return WIntTy; } function in class:clang::ASTContext::DynTypedNodeList
/external/clang/lib/AST/
H A DASTContext.cpp1043 WIntTy = getFromTargetType(Target.getWIntType());

Completed in 572 milliseconds