Searched defs:to_float (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | StringExtras.h | 285 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { to_float() function |
/llvm-project/llvm/unittests/ADT/ | ||
H A D | StringExtrasTest.cpp | 140 TEST(StringExtrasTest,to_float) TEST() argument |