reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
570 bool getAsDouble(double &Result, bool AllowInexact = true) const;
356 if (Flt.getString().getAsDouble(Val, false))
unittests/ADT/StringRefTest.cpp 893 EXPECT_EQ(Entry.ShouldFail, S.getAsDouble(Result, Entry.AllowInexact));