HomeSort by: relevance | last modified time | path
    Searched refs:CastType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ConversionChecker.cpp 186 QualType CastType = Cast->getType();
189 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType())
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 1179 const Type *CastType = getType(Op, Param);
1181 if (const auto *ST = dyn_cast<ScalarType>(CastType)) {
1189 } else if (const auto *PT = dyn_cast<PointerType>(CastType)) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 46 enum CastType {
202 // %0: Cast Type (a value from the CastType enumeration)
407 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT,
484 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType,
488 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
492 S.Diag(opRange.getBegin(), msg) << castType
SemaCodeComplete.cpp 593 QualType CastType) {
597 Type = !CastType.isNull() ? CastType.getCanonicalType() : QualType();
SemaExpr.cpp 7560 QualType castType = castTInfo->getType();
7561 Ty = CreateParsedType(castType, castTInfo);
7570 && castType->isVectorType() && (PE || PLE)) {
7598 if (getLangOpts().CPlusPlus && !castType->isVoidType() &&
7602 CheckTollFreeBridgeCast(castType, CastExpr);
7604 CheckObjCBridgeRelatedCast(castType, CastExpr);
7606 DiscardMisalignedMemberAddress(castType.getTypePtr(), CastExpr);
19053 RebuildUnknownAnyExpr(Sema &S, QualType CastType)
19054 : S(S), DestType(CastType) {}
19388 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
    [all...]
SemaOpenMP.cpp 7922 QualType CastType = SemaRef.Context.getIntTypeForBitwidth(
7928 CastType, Sema::AA_Converting)
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 322 void enterTypeCast(SourceLocation Tok, QualType CastType);
9810 void CheckTollFreeBridgeCast(QualType castType, Expr *castExpr);
9812 void CheckObjCBridgeRelatedCast(QualType castType, Expr *castExpr);
9814 bool CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr,
11692 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
11741 QualType castType, Expr *&op,
11751 bool CheckObjCARCUnavailableWeakConversion(QualType castType,

Completed in 125 milliseconds