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

Declarations

include/llvm/ADT/APFloat.h
  646   void makeNaN(bool SNaN, bool Neg, const APInt *fill);

References

include/llvm/ADT/APFloat.h
  814     APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
lib/Support/APFloat.cpp
 4050     Out.makeNaN(false, Out.isNegative(), nullptr);
 4116     Out.makeNaN(false, false, nullptr);