Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp197 QualType CastType = Cast->getType(); in isLossOfSign() local
200 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp46 enum CastType { enum
416 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
494 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
H A DSemaExpr.cpp20536 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr()
20537 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr()
20865 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
20869 if (!CastType->isVoidType() && in checkUnknownAnyCast()
20870 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
20875 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
H A DSemaCodeComplete.cpp597 QualType CastType) { in enterTypeCast() argument
601 Type = !CastType.isNull() ? CastType.getCanonicalType() : QualType(); in enterTypeCast()
H A DSemaOpenMP.cpp8544 QualType CastType = SemaRef.Context.getIntTypeForBitwidth( in calculateNumIters() local
8550 CastType, Sema::AA_Converting) in calculateNumIters()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h326 void enterTypeCast(SourceLocation Tok, QualType CastType);
12684 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,