Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
H A DASTContext.cpp5668 return getCorrespondingUnsignedType(getIntPtrType()); in getUIntPtrType()
10101 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext
10107 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h717 Ctx.getCorrespondingUnsignedType(isLSignedTy ? LTy : RTy); in doIntTypeConversion()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2755 QualType getCorrespondingUnsignedType(QualType T) const;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1467 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()
1490 Result = Context.getCorrespondingUnsignedType(Result); in ConvertDeclSpecToType()
H A DSemaExpr.cpp1284 S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType); in handleIntegerConversion()
3794 if (Literal.isUnsigned) Ty = Context.getCorrespondingUnsignedType(Ty); in ActOnNumericConstant()
8917 ltrans = S.Context.getCorrespondingUnsignedType(ltrans); in checkPointerTypesForAssignment()
8922 rtrans = S.Context.getCorrespondingUnsignedType(rtrans); in checkPointerTypesForAssignment()