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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  647     uint64_t LBitWidth = Ctx.getTypeSize(LTy);
  648     uint64_t RBitWidth = Ctx.getTypeSize(RTy);
  654       QualType NewTy = Ctx.getPromotedIntegerType(LTy);
  655       uint64_t NewBitWidth = Ctx.getTypeSize(NewTy);
  661       QualType NewTy = Ctx.getPromotedIntegerType(RTy);
  662       uint64_t NewBitWidth = Ctx.getTypeSize(NewTy);
  676     int order = Ctx.getIntegerTypeOrder(LTy, RTy);
  713           Ctx.getCorrespondingUnsignedType(isLSignedTy ? LTy : RTy);