Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DConversionChecker.cpp186 QualType CastType = Cast->getType(); in isLossOfSign() local
189 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp1179 const Type *CastType = getType(Op, Param); in getCodeForDag() local
1181 if (const auto *ST = dyn_cast<ScalarType>(CastType)) { in getCodeForDag()
1189 } else if (const auto *PT = dyn_cast<PointerType>(CastType)) { in getCodeForDag()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCast.cpp46 enum CastType { enum
416 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
493 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
DSemaCodeComplete.cpp593 QualType CastType) { in enterTypeCast() argument
597 Type = !CastType.isNull() ? CastType.getCanonicalType() : QualType(); in enterTypeCast()
DSemaExpr.cpp19239 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr()
19240 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr()
19574 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
19578 if (!CastType->isVoidType() && in checkUnknownAnyCast()
19579 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
19584 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
DSemaOpenMP.cpp7928 QualType CastType = SemaRef.Context.getIntTypeForBitwidth( in calculateNumIters() local
7934 CastType, Sema::AA_Converting) in calculateNumIters()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h325 void enterTypeCast(SourceLocation Tok, QualType CastType);
11796 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,