reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
459 void makeInf(bool Neg = false);
811 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); }
lib/Support/APFloat.cpp2589 makeInf(false); 2594 makeInf(true);