Home
last modified time | relevance | path

Searched defs:to_float (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringExtras.h272 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
284 inline bool to_float(const Twine &T, float &Num) { in to_float() function
288 inline bool to_float(const Twine &T, double &Num) { in to_float() function
292 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DStringExtrasTest.cpp105 TEST(StringExtrasTest, to_float) { in TEST() argument