Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp186 QualType CastType = Cast->getType(); in isLossOfSign() local
189 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp46 enum CastType { enum
407 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
484 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
H A DSemaExpr.cpp19053 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr()
19054 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr()
19388 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
19392 if (!CastType->isVoidType() && in checkUnknownAnyCast()
19393 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
19398 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
H A DSemaCodeComplete.cpp593 QualType CastType) { in enterTypeCast() argument
597 Type = !CastType.isNull() ? CastType.getCanonicalType() : QualType(); in enterTypeCast()
H A DSemaOpenMP.cpp7922 QualType CastType = SemaRef.Context.getIntTypeForBitwidth( in calculateNumIters() local
7928 CastType, Sema::AA_Converting) in calculateNumIters()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h322 void enterTypeCast(SourceLocation Tok, QualType CastType);
11692 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,