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

References

tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  522   if (CE->getCastKind() != CK_BitCast)
  525   QualType OriginType = CE->getSubExpr()->getType();
  526   QualType DestType = CE->getType();
  535   ExplodedNode *AfterTypeProp = dynamicTypePropagationOnCasts(CE, State, C);
  551   SymbolRef Sym = C.getSVal(CE).getAsSymbol();
  558   if (isa<ExplicitCastExpr>(CE)) {