Searched refs:CastType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | ConversionChecker.cpp | 186 QualType CastType = Cast->getType(); in isLossOfSign() local 189 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
|
| /freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/ |
| D | MveEmitter.cpp | 1179 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/ |
| D | SemaCast.cpp | 46 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()
|
| D | SemaCodeComplete.cpp | 593 QualType CastType) { in enterTypeCast() argument 597 Type = !CastType.isNull() ? CastType.getCanonicalType() : QualType(); in enterTypeCast()
|
| D | SemaExpr.cpp | 19239 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()
|
| D | SemaOpenMP.cpp | 7928 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/ |
| D | Sema.h | 325 void enterTypeCast(SourceLocation Tok, QualType CastType); 11796 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
|