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

Declarations

include/llvm/ADT/APFloat.h
  459   void makeInf(bool Neg = false);

References

include/llvm/ADT/APFloat.h
  811   void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); }
lib/Support/APFloat.cpp
 2589     makeInf(false);
 2594     makeInf(true);