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

References

tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
  137   if (!DestType->isRealType() || !SubType->isIntegerType())
  140   const bool isFloat = DestType->isFloatingType();
  149     const llvm::fltSemantics &Sema = AC.getFloatTypeSemantics(DestType);
  152     RepresentsUntilExp = AC.getIntWidth(DestType);
  157     if (DestType->isSignedIntegerType())