Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h388 return getCorrespondingUnsignedType(IntMaxType); in getUIntMaxType()
395 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace)); in getUnsignedPtrDiffType()
399 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
407 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()
411 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()
416 static IntType getCorrespondingUnsignedType(IntType T) { in getCorrespondingUnsignedType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp565 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
H A DASTContext.cpp6394 return getCorrespondingUnsignedType(getIntPtrType()); in getUIntPtrType()
11498 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext
11505 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h741 Ctx.getCorrespondingUnsignedType(isLSignedTy ? LTy : RTy); in doIntTypeConversion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3045 QualType getCorrespondingUnsignedType(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1083 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()
1106 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()
9723 : Context.getCorrespondingUnsignedType(BaseType); in BuiltinChangeSignedness()
H A DSemaExpr.cpp1332 S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType); in handleIntegerConversion()
3797 if (Literal.isUnsigned) Ty = Context.getCorrespondingUnsignedType(Ty); in ActOnNumericConstant()
8931 ltrans = S.Context.getCorrespondingUnsignedType(ltrans); in checkPointerTypesForAssignment()
8936 rtrans = S.Context.getCorrespondingUnsignedType(rtrans); in checkPointerTypesForAssignment()
16422 : Context.getCorrespondingUnsignedType(UnderlyingType); in BuildVAArgExpr()