Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp80 auto CastType = Cast->getType(); in VisitCXXDeleteExpr() local
81 if (auto *PtrType = dyn_cast<PointerType>(CastType)) { in VisitCXXDeleteExpr()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1178 const Type *CastType = getType(Op, Param); in getCodeForDag() local
1180 if (const auto *ST = dyn_cast<ScalarType>(CastType)) { in getCodeForDag()
1188 } else if (const auto *PT = dyn_cast<PointerType>(CastType)) { in getCodeForDag()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp49 enum CastType { enum
417 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
525 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
H A DSemaExpr.cpp20289 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr()
20290 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr()
20616 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
20620 if (!CastType->isVoidType() && in checkUnknownAnyCast()
20621 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
20626 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
H A DSemaCodeComplete.cpp621 QualType CastType) { in enterTypeCast() argument
625 Type = !CastType.isNull() ? CastType.getCanonicalType() : QualType(); in enterTypeCast()
H A DSemaOpenMP.cpp8502 QualType CastType = SemaRef.Context.getIntTypeForBitwidth( in calculateNumIters() local
8508 CastType, Sema::AA_Converting) in calculateNumIters()
/freebsd/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/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h341 void enterTypeCast(SourceLocation Tok, QualType CastType);
7461 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,