Home
last modified time | relevance | path

Searched refs:getCorrespondingUnsignedType (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h334 return getCorrespondingUnsignedType(IntMaxType); in getUIntMaxType()
340 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace)); in getUnsignedPtrDiffType()
344 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
352 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()
356 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()
361 static IntType getCorrespondingUnsignedType(IntType T) { in getCorrespondingUnsignedType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
H A DASTContext.cpp5683 return getCorrespondingUnsignedType(getIntPtrType()); in getUIntPtrType()
10143 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext
10149 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h717 Ctx.getCorrespondingUnsignedType(isLSignedTy ? LTy : RTy); in doIntTypeConversion()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2806 QualType getCorrespondingUnsignedType(QualType T) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1468 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()
1491 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()
H A DSemaExpr.cpp1299 S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType); in handleIntegerConversion()
3827 if (Literal.isUnsigned) Ty = Context.getCorrespondingUnsignedType(Ty); in ActOnNumericConstant()
8981 ltrans = S.Context.getCorrespondingUnsignedType(ltrans); in checkPointerTypesForAssignment()
8986 rtrans = S.Context.getCorrespondingUnsignedType(rtrans); in checkPointerTypesForAssignment()
15877 : Context.getCorrespondingUnsignedType(UnderlyingType); in BuildVAArgExpr()