reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  224     CastToTy = C.getASTContext().getPointerType(CastToTy);
  224     CastToTy = C.getASTContext().getPointerType(CastToTy);
  226     CastToTy = alignReferenceTypes(CastToTy, CastFromTy, C.getASTContext());
  226     CastToTy = alignReferenceTypes(CastToTy, CastFromTy, C.getASTContext());
  232       getDynamicCastInfo(State, MR, CastFromTy, CastToTy);
  238     CastSucceeds = IsInstanceOf || CastFromTy == CastToTy;
  246   bool IsKnownCast = CastInfo || CastFromTy == CastToTy;
  248     State = setDynamicTypeAndCastInfo(State, MR, CastFromTy, CastToTy,
  254       getNoteTag(C, CastInfo, CastToTy, Call.getArgExpr(0), CastSucceeds,