Home
last modified time | relevance | path

Searched refs:CastType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp187 QualType CastType = Cast->getType(); in isLossOfSign() local
190 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp46 enum CastType { enum
337 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
413 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
H A DSemaExpr.cpp16279 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr()
16280 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr()
16616 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
16620 if (!CastType->isVoidType() && in checkUnknownAnyCast()
16621 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
16626 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9789 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,