reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
646 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
814 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
lib/Support/APFloat.cpp4050 Out.makeNaN(false, Out.isNegative(), nullptr); 4116 Out.makeNaN(false, false, nullptr);