Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h379 return getCorrespondingUnsignedType(IntMaxType); in getUIntMaxType()
386 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace)); in getUnsignedPtrDiffType()
390 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
398 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()
402 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()
407 static IntType getCorrespondingUnsignedType(IntType T) { in getCorrespondingUnsignedType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp552 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
H A DASTContext.cpp5950 return getCorrespondingUnsignedType(getIntPtrType()); in getUIntPtrType()
11019 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext
11026 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h741 Ctx.getCorrespondingUnsignedType(isLSignedTy ? LTy : RTy); in doIntTypeConversion()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2956 QualType getCorrespondingUnsignedType(QualType T) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1485 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()
1508 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()
9992 : Context.getCorrespondingUnsignedType(BaseType); in BuiltinChangeSignedness()
H A DSemaExpr.cpp1348 S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType); in handleIntegerConversion()
4071 if (Literal.isUnsigned) Ty = Context.getCorrespondingUnsignedType(Ty); in ActOnNumericConstant()
9927 ltrans = S.Context.getCorrespondingUnsignedType(ltrans); in checkPointerTypesForAssignment()
9932 rtrans = S.Context.getCorrespondingUnsignedType(rtrans); in checkPointerTypesForAssignment()
17432 : Context.getCorrespondingUnsignedType(UnderlyingType); in BuildVAArgExpr()