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

References

tools/clang/lib/Analysis/BodyFarm.cpp
  446   assert(Deref->isLValue());
  447   QualType DerefType = Deref->getType();
  452       M.makeImplicitCast(M.makeLvalueToRvalue(Deref, DerefType), DerefType,
  462       Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType),