Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp193 QualType CastType = Cast->getType(); in isLossOfSign() local
196 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1177 const Type *CastType = getType(Op, Param); in getCodeForDag() local
1179 if (const auto *ST = dyn_cast<ScalarType>(CastType)) { in getCodeForDag()
1187 } else if (const auto *PT = dyn_cast<PointerType>(CastType)) { in getCodeForDag()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp47 enum CastType { enum
421 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
517 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
H A DSemaExpr.cpp21289 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr()
21290 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr()
21618 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
21622 if (!CastType->isVoidType() && in checkUnknownAnyCast()
21623 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
21628 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
H A DSemaCodeComplete.cpp618 QualType CastType) { in enterTypeCast() argument
622 Type = !CastType.isNull() ? CastType.getCanonicalType() : QualType(); in enterTypeCast()
H A DSemaOpenMP.cpp8696 QualType CastType = SemaRef.Context.getIntTypeForBitwidth( in calculateNumIters() local
8702 CastType, Sema::AA_Converting) in calculateNumIters()
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h434 using CastType = in MatchAndExplain() local
438 return source_matcher_.MatchAndExplain(static_cast<CastType>(x), in MatchAndExplain()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h327 void enterTypeCast(SourceLocation Tok, QualType CastType);
13098 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,