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

Declarations

tools/clang/lib/Analysis/BodyFarm.cpp
   99   IntegerLiteral *makeIntegerLiteral(uint64_t Value, QualType Ty);

References

tools/clang/lib/Analysis/BodyFarm.cpp
  462       Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType),
  521       new (C) UnaryOperator(M.makeIntegerLiteral(0, C.LongTy), UO_Not, C.LongTy,