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

Declarations

include/llvm/ADT/APFloat.h
  457   void makeNaN(bool SNaN = false, bool Neg = false,

References

include/llvm/ADT/APFloat.h
  814     APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
lib/Support/APFloat.cpp
 1459       makeNaN();
 1576     makeNaN();
 1617     makeNaN();
 1652     makeNaN();
 2599     makeNaN(false, false);
 2604     makeNaN(false, true);
 3716       makeNaN(false, isNegative(), nullptr);