Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTargetInfo.h357 return getCorrespondingUnsignedType(IntMaxType); in getUIntMaxType()
364 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace)); in getUnsignedPtrDiffType()
368 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
376 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()
380 return getCorrespondingUnsignedType(Int16Type); in getUInt16Type()
385 static IntType getCorrespondingUnsignedType(IntType T) { in getCorrespondingUnsignedType() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DFormatString.cpp522 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
DASTContext.cpp5938 return getCorrespondingUnsignedType(getIntPtrType()); in getUIntPtrType()
10912 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext
10919 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h741 Ctx.getCorrespondingUnsignedType(isLSignedTy ? LTy : RTy); in doIntTypeConversion()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTContext.h2925 QualType getCorrespondingUnsignedType(QualType T) const;
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaType.cpp1468 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()
1491 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()
9500 : Context.getCorrespondingUnsignedType(BaseType); in BuiltinChangeSignedness()
DSemaExpr.cpp1328 S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType); in handleIntegerConversion()
3894 if (Literal.isUnsigned) Ty = Context.getCorrespondingUnsignedType(Ty); in ActOnNumericConstant()
9572 ltrans = S.Context.getCorrespondingUnsignedType(ltrans); in checkPointerTypesForAssignment()
9577 rtrans = S.Context.getCorrespondingUnsignedType(rtrans); in checkPointerTypesForAssignment()
16914 : Context.getCorrespondingUnsignedType(UnderlyingType); in BuildVAArgExpr()